We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a5f73 commit e3632b9Copy full SHA for e3632b9
src/libstore/globals.cc
@@ -124,7 +124,7 @@ StringSet Settings::getDefaultSystemFeatures()
124
actually require anything special on the machines. */
125
StringSet features{"nixos-test", "benchmark", "big-parallel"};
126
127
- if (requireExperimentalFeature(Xp::CaDerivations))
+ if (isExperimentalFeatureEnabled(Xp::RecursiveNix))
128
features.insert("recursive-nix");
129
130
#if __linux__
0 commit comments