all repos — nixfiles @ 5602304c7ad525d24e9d50da695effca6b36a83d

System and user configuration, managed by nix and home-manager

shell: add alias for nix build
Alan Pearce alan@alanpearce.eu
Fri, 19 Apr 2024 14:46:48 +0200
commit

5602304c7ad525d24e9d50da695effca6b36a83d

parent

2022ae92cb9ee08f4792639d8b850c2506142a0c

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -122,7 +122,8 @@ hop = "home-manager packages";       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";