summaryrefslogtreecommitdiff
path: root/dev/devShells.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-19 21:22:40 -0400
committerseth <[email protected]>2024-07-19 21:22:40 -0400
commit501b345e0d5392843fe70cb968409e8264d77bc6 (patch)
treeb6335a20f7cd57f69736dd9f1375a36a0d42d03f /dev/devShells.nix
parentc51f6d497ba7de844430d0e12c7cb7adb1264d43 (diff)
shell: use lix with nixos-rebuild
Diffstat (limited to 'dev/devShells.nix')
-rw-r--r--dev/devShells.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/devShells.nix b/dev/devShells.nix
index bfe5d3f..ca60d16 100644
--- a/dev/devShells.nix
+++ b/dev/devShells.nix
@@ -33,7 +33,7 @@
# see above comment about {l,n}ix
++ lib.optional pkgs.stdenv.isDarwin inputs'.nix-darwin.packages.darwin-rebuild
++ lib.optionals pkgs.stdenv.isLinux [
- pkgs.nixos-rebuild # ditto
+ (pkgs.nixos-rebuild.override { nix = pkgs.lix; }) # ditto
inputs'.agenix.packages.agenix
];
};