forked from lix-project/lix
Merge pull request #5239 from NixOS/fix-recursive-nix
tests: Fix the recursive test with the daemon
This commit is contained in:
commit
b55daf850a
|
@ -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