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 d483e05d49c6..cfe3dd277d2e 100644 --- a/users/glittershark/gws.fyi/Makefile +++ b/users/glittershark/gws.fyi/Makefile @@ -1,7 +1,7 @@ .PHONY: deploy deploy: - @`nix-build --no-out-link` + @$(shell nix-build `git rev-parse --show-toplevel` -A 'users.glittershark."gws.fyi"' --no-out-link) renew: @echo Renewing... |