diff options
author | Alan Pearce | 2024-04-19 14:46:48 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 14:46:48 +0200 |
commit | 5602304c7ad525d24e9d50da695effca6b36a83d (patch) | |
tree | 24a1df3561b28a0aafd6d935fd83638be2804364 /user | |
parent | 2022ae92cb9ee08f4792639d8b850c2506142a0c (diff) | |
download | nixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.tar.lz nixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.tar.zst nixfiles-5602304c7ad525d24e9d50da695effca6b36a83d.zip |
shell: add alias for nix build
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 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"; |