tests: Fix the recursive test with the daemon

Add the `recursive-nix` experimental-feature to the daemon, as the test
will otherwise fail
This commit is contained in:
regnat 2021-09-13 14:29:42 +02:00
parent ff09acd1f9
commit 7c8c42dfdc

View file

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