all repos — nixfiles @ 82f7639c8527a04746443fc134a8773bfa7a7c52

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

shell: use nix-build as target for nb alias

Alan Pearce
commit

82f7639c8527a04746443fc134a8773bfa7a7c52

parent

0408451b4d305ca9d4e5238490953fc5afbed017

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -125,7 +125,7 @@ jt = "just test";
jr = "just run"; nsh = "nix-shell"; - nb = "nix build"; + nb = "nix-build"; nd = "nix develop"; nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet nr = "nix run";
@@ -136,6 +136,7 @@ nfp = "nix flake prefetch";
nfu = "nix flake update"; nfl = "nix flake lock"; nfsh = "nix shell"; + nfb = "nix build"; nlg = "nix-env --list-generations"; snlg = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"; ngc = "nix-collect-garbage --delete-older-than 30d";