From 82f7639c8527a04746443fc134a8773bfa7a7c52 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Thu, 20 Mar 2025 09:54:45 +0100
Subject: shell: use nix-build as target for nb alias

---
 user/settings/shell.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'user/settings/shell.nix')

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";
-- 
cgit 1.4.1