From f77aeb0db935f60590aa5b6975857b528c8f6a51 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 28 Aug 2024 23:08:15 -0400 Subject: treewide: use lix-module for lix --- dev/devShells.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev') diff --git a/dev/devShells.nix b/dev/devShells.nix index ca60d16..68057a1 100644 --- a/dev/devShells.nix +++ b/dev/devShells.nix @@ -14,7 +14,7 @@ [ # we want to make sure we have the same # nix behavior across machines - pkgs.lix + pkgs.nix # format + lint pkgs.actionlint @@ -30,10 +30,10 @@ # terranix self'.packages.opentofu ] - # see above comment about {l,n}ix + # see above comment about nix ++ lib.optional pkgs.stdenv.isDarwin inputs'.nix-darwin.packages.darwin-rebuild ++ lib.optionals pkgs.stdenv.isLinux [ - (pkgs.nixos-rebuild.override { nix = pkgs.lix; }) # ditto + pkgs.nixos-rebuild # ditto inputs'.agenix.packages.agenix ]; }; -- cgit v1.2.3