From 5602304c7ad525d24e9d50da695effca6b36a83d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 19 Apr 2024 14:46:48 +0200 Subject: shell: add alias for nix build --- user/settings/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit 1.4.1