diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-09-13 15:15:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 15:15:56 +0200 |
commit | b55daf850a93b7cb2c6777c8920b4f2065eca705 (patch) | |
tree | 8fbd87eb63882ee7aefa051ccfa51c262e423a05 /tests | |
parent | 8796b1b5e33d6f854cfb0a908267d9a5535c1585 (diff) | |
parent | 7c8c42dfdcab3bd2c8ab05a806035bf1804285ab (diff) |
Merge pull request #5239 from NixOS/fix-recursive-nix
tests: Fix the recursive test with the daemon
Diffstat (limited to 'tests')
-rw-r--r-- | tests/recursive.sh | 3 |
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 |