From 9e622eceae688b08eb5d29e0da4f1b7b8d9a75fa Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 6 Jul 2020 11:33:33 -0400 Subject: refactor(gws.fyi): Register GC roots Don't want this getting GCed in between execution, so remove --no-out-link from the nix-build invocation. Change-Id: Ib786d46f84938f45f51823781eecb88338120526 Reviewed-on: https://cl.tvl.fyi/c/depot/+/943 Reviewed-by: glittershark --- users/glittershark/gws.fyi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/glittershark/gws.fyi/Makefile') 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... -- cgit 1.4.1