tests: Fix config file name

This commit is contained in:
John Ericson
2023-10-24 10:34:23 -04:00
committed by Théophane Hufschmitt
parent 07e6ee93f3
commit d170ab4d8c

View File

@@ -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