summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 00:23:51 +0200
committerAlan Pearce2024-05-18 12:17:12 +0200
commit6b4469a98d7b2d88a3442b1051174000538199f0 (patch)
tree1acb823060a8f60a3f2ee8a6d014c108a201c04c /user/settings/shell.nix
parent9fdde0d36aa52e10b0d587aea37b65bc14adfc85 (diff)
downloadnixfiles-6b4469a98d7b2d88a3442b1051174000538199f0.tar.lz
nixfiles-6b4469a98d7b2d88a3442b1051174000538199f0.tar.zst
nixfiles-6b4469a98d7b2d88a3442b1051174000538199f0.zip
de-flake local systems
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 5358f618..e5fe4f77 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -125,7 +125,7 @@ in
       hol = "home-manager generations";
       hox = "home-manager expire-generations '-30 days'";
 
-      nsh = "nix shell";
+      nsh = "nix-shell";
       nb = "nix build";
       nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet
       nr = "nix run";