From 181fffb6accea338ecba5df19f4e03caa07f60d8 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 7 Feb 2025 14:16:59 -0500 Subject: [PATCH] generate terraform config when assuming shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 6791738..659b4b2 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,7 @@ terraform ]; shellHook = '' + nix build .#terranix.wce -o config.tf.json zsh ''; };