mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
"recursive-nix" system feature only with experimental feature
This commit is contained in:
parent
f836e3e2ce
commit
286eb81143
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue