aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-09-13 15:15:56 +0200
committerGitHub <noreply@github.com>2021-09-13 15:15:56 +0200
commitb55daf850a93b7cb2c6777c8920b4f2065eca705 (patch)
tree8fbd87eb63882ee7aefa051ccfa51c262e423a05
parent8796b1b5e33d6f854cfb0a908267d9a5535c1585 (diff)
parent7c8c42dfdcab3bd2c8ab05a806035bf1804285ab (diff)
Merge pull request #5239 from NixOS/fix-recursive-nix
tests: Fix the recursive test with the daemon
-rw-r--r--tests/recursive.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh
index b6740877d..91518d67d 100644
--- a/tests/recursive.sh
+++ b/tests/recursive.sh
@@ -1,5 +1,8 @@
source common.sh
+sed -i 's/experimental-features .*/& recursive-nix/' "$NIX_CONF_DIR"/nix.conf
+restartDaemon
+
# FIXME
if [[ $(uname) != Linux ]]; then exit 99; fi