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 <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-07-16 14:06:25 -04:00 committed by glittershark
parent e05eb20102
commit 1b42504a12

View file

@ -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";