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:
parent
e05eb20102
commit
1b42504a12
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ let
|
||||||
# Nix
|
# Nix
|
||||||
ns = "nix-shell";
|
ns = "nix-shell";
|
||||||
nb = "nix build -f .";
|
nb = "nix build -f .";
|
||||||
|
nbl = "nix build -f . --builders ''"; # nix build local
|
||||||
nc = "nix copy --to https://nix.urbinternal.com";
|
nc = "nix copy --to https://nix.urbinternal.com";
|
||||||
"nc." = "nix copy -f . --to https://nix.urbinternal.com";
|
"nc." = "nix copy -f . --to https://nix.urbinternal.com";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue