mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
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 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue