make terraform hallal
Some checks failed
build / test (push) Failing after 2s
checks / test (push) Failing after 6s

This commit is contained in:
Jörg Thalheim 2023-11-03 10:35:35 +01:00
parent f95a287a8c
commit 7ea466b7f2
2 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,7 @@
perSystem =
{ inputs'
, pkgs
, lib
, ...
}: {
devShells.default = pkgs.mkShellNoCC {
@ -11,13 +12,15 @@
inputs'.clan-core.packages.clan-cli
(pkgs.terraform.withPlugins (p: [
((pkgs.terraform.withPlugins (p: [
p.hetznerdns
p.hcloud
p.null
p.external
p.local
]))
])).overrideAttrs (old: {
meta = old.meta // { license = lib.licenses.free; };
}))
];
inputsFrom = [
inputs'.clan-core.devShells.default

View File

@ -48,7 +48,7 @@
perSystem = ({ lib, self', system, ... }: {
treefmt = {
projectRootFile = ".git/config";
programs.terraform.enable = true;
programs.hcl.enable = true;
programs.nixpkgs-fmt.enable = true;
settings.formatter.nixpkgs-fmt.excludes = [
# generated files