diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-04-07 11:20:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 11:20:24 +0200 |
commit | f32a9b354dd96c263c87e7d470206ee43c2efd67 (patch) | |
tree | e3526dd4f3a4cb0e66cbd5a307d6fe02a76fad8e /tests/init.sh | |
parent | ebb20a5356af023498506324bd0f88a99175e295 (diff) | |
parent | cd39709003eee4b85a31799b8bc2de59721930ce (diff) |
Merge pull request #3459 from NixOS/fetchers
Backport libfetchers from the flakes branch
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh index 6a119aad0..c62c4856a 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -17,7 +17,7 @@ cat > "$NIX_CONF_DIR"/nix.conf <<EOF build-users-group = keep-derivations = false sandbox = false -experimental-features = nix-command +experimental-features = nix-command flakes include nix.conf.extra EOF |