generate terraform config when assuming shell

This commit is contained in:
TheWanderingCrow 2025-02-07 14:16:59 -05:00
parent ef8fda8f35
commit 181fffb6ac

View file

@ -10,6 +10,7 @@
terraform
];
shellHook = ''
nix build .#terranix.wce -o config.tf.json
zsh
'';
};