about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/home/modules/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/shell.nix b/users/glittershark/system/home/modules/shell.nix
index 71e607063f..5bb3c18548 100644
--- a/users/glittershark/system/home/modules/shell.nix
+++ b/users/glittershark/system/home/modules/shell.nix
@@ -14,6 +14,7 @@ let
     # Nix
     ns = "nix-shell";
     nb = "nix build -f .";
+    nbl = "nix build -f . --builders ''"; # nix build local
     nc = "nix copy --to https://nix.urbinternal.com";
     "nc." = "nix copy -f . --to https://nix.urbinternal.com";