From 1b42504a12aa42fbb080c4be1182c3ee9df21fc6 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 16 Jul 2020 14:06:25 -0400 Subject: feat(gs/shell): Add "nix build local" alias For when I'm building stuff I don't want to build on whitby. Change-Id: Ic377fe0d68436a81ee479ff4aa029a51e0a5babf Reviewed-on: https://cl.tvl.fyi/c/depot/+/1215 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark') 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"; -- cgit 1.4.1