From ac3021bc818c6525db108639645780393c3d762f Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Feb 2024 16:14:08 -0500 Subject: terranix: use new flakeModule --- dev/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev') 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; }; -- cgit v1.2.3