feat(gs/home): Alias lwo = lorri watch --once

Change-Id: Ied475c3b704cf54e41767c47465dd94247c7b953
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1935
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-09-06 17:14:55 -04:00 committed by glittershark
parent 053a98a7d7
commit e2530ceec0

View file

@ -17,6 +17,7 @@ let
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";
lwo = "lorri watch --once";
# Docker and friends
"dcu" = "docker-compose up";