make terraform hallal
Some checks failed
build / test (pull_request) Failing after 9s
checks / test (pull_request) Failing after 4m13s

This commit is contained in:
Jörg Thalheim 2023-11-03 10:35:35 +01:00
parent f95a287a8c
commit 8ebba31010

View File

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