aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-19 02:28:20 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-23 20:19:04 +0000
commit286eb81143908a49e96fa800e01b302d8f4b7370 (patch)
tree1c676b3ba1694b59327bc29c0cc72d233ea1d921 /src/libstore/globals.cc
parentf836e3e2ce8fc4e76ceffdc21ce76a8f0c120dc2 (diff)
"recursive-nix" system feature only with experimental feature
Diffstat (limited to 'src/libstore/globals.cc')
-rw-r--r--src/libstore/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc
index 9f1a88130..81ca9cc0f 100644
--- a/src/libstore/globals.cc
+++ b/src/libstore/globals.cc
@@ -122,7 +122,7 @@ StringSet Settings::getDefaultSystemFeatures()
/* For backwards compatibility, accept some "features" that are
used in Nixpkgs to route builds to certain machines but don't
actually require anything special on the machines. */
- StringSet features{"nixos-test", "benchmark", "big-parallel", "recursive-nix"};
+ StringSet features{"nixos-test", "benchmark", "big-parallel"};
#if __linux__
if (access("/dev/kvm", R_OK | W_OK) == 0)