Merge pull request #5239 from NixOS/fix-recursive-nix

tests: Fix the recursive test with the daemon
This commit is contained in:
Eelco Dolstra 2021-09-13 15:15:56 +02:00 committed by GitHub
commit b55daf850a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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