diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index a51595aa..9807169d 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -125,7 +125,7 @@ in 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 @@ in 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"; |