summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 14:46:48 +0200
committerAlan Pearce2024-04-19 14:46:48 +0200
commit5602304c7ad525d24e9d50da695effca6b36a83d (patch)
tree24a1df3561b28a0aafd6d935fd83638be2804364
parent2022ae92cb9ee08f4792639d8b850c2506142a0c (diff)
downloadnixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.tar.lz
nixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.tar.zst
nixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.zip
shell: add alias for nix build
-rw-r--r--user/settings/shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 607c42fe..e080ccaf 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -122,7 +122,8 @@ in
       hol = "home-manager generations";
       hox = "home-manager expire-generations '-30 days'";
 
-      nish = "nix-shell";
+      nsh = "nix shell";
+      nb = "nix build";
       nf = "nix flake";
       nfa = "nix flake archive";
       nfc = "nix flake check";