forked from lix-project/lix
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:
parent
ff09acd1f9
commit
7c8c42dfdc
|
@ -1,5 +1,8 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
|
sed -i 's/experimental-features .*/& recursive-nix/' "$NIX_CONF_DIR"/nix.conf
|
||||||
|
restartDaemon
|
||||||
|
|
||||||
# FIXME
|
# FIXME
|
||||||
if [[ $(uname) != Linux ]]; then exit 99; fi
|
if [[ $(uname) != Linux ]]; then exit 99; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue