diff options
Diffstat (limited to 'users/glittershark/gws.fyi/Makefile')
-rw-r--r-- | users/glittershark/gws.fyi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/gws.fyi/Makefile b/users/glittershark/gws.fyi/Makefile index cfe3dd277d2e..9760c93f26f1 100644 --- a/users/glittershark/gws.fyi/Makefile +++ b/users/glittershark/gws.fyi/Makefile @@ -1,7 +1,7 @@ .PHONY: deploy deploy: - @$(shell nix-build `git rev-parse --show-toplevel` -A 'users.glittershark."gws.fyi"' --no-out-link) + @$(shell nix-build `git rev-parse --show-toplevel` -A 'users.glittershark."gws.fyi"') renew: @echo Renewing... |