From d170ab4d8ca255f11f147cd4a1905c2d10707ecc Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 24 Oct 2023 10:34:23 -0400 Subject: [PATCH] tests: Fix config file name --- tests/gc-external-daemon/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gc-external-daemon/common.sh b/tests/gc-external-daemon/common.sh index 746de5c1a..2bff94788 100644 --- a/tests/gc-external-daemon/common.sh +++ b/tests/gc-external-daemon/common.sh @@ -1,6 +1,6 @@ source ../common.sh enableFeatures "external-gc-daemon" -echo "gc-socket-path = $NIX_GC_SOCKET_PATH" >> "$NIX_CONF_DIR"/nix.cong +echo "gc-socket-path = $NIX_GC_SOCKET_PATH" >> "$NIX_CONF_DIR"/nix.conf startGcDaemon