diff options
Diffstat (limited to 'dev/shell.nix')
| -rw-r--r-- | dev/shell.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/shell.nix b/dev/shell.nix index 4ed5501..3b9afcc 100644 --- a/dev/shell.nix +++ b/dev/shell.nix @@ -3,7 +3,7 @@ pkgs, config, inputs', - opentofu', + self', ... }: { devShells = { @@ -14,7 +14,7 @@ actionlint # nix - config.formatter + self'.formatter deadnix nil statix @@ -23,7 +23,7 @@ deploy-rs fzf just - opentofu' # see ../terranix/ + config.terranix.package ] ++ lib.optional stdenv.isLinux inputs'.agenix.packages.agenix; }; |
