Skip to content

Commit e3632b9

Browse files
Ericson2314Théophane Hufschmitt
andauthored
Update src/libstore/globals.cc
Co-authored-by: Théophane Hufschmitt <[email protected]>
1 parent 85a5f73 commit e3632b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/globals.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ StringSet Settings::getDefaultSystemFeatures()
124124
actually require anything special on the machines. */
125125
StringSet features{"nixos-test", "benchmark", "big-parallel"};
126126

127-
if (requireExperimentalFeature(Xp::CaDerivations))
127+
if (isExperimentalFeatureEnabled(Xp::RecursiveNix))
128128
features.insert("recursive-nix");
129129

130130
#if __linux__

0 commit comments

Comments
 (0)