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 =
{ 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