Use system-features from the Nix conf in the default machine file
Fix #936
This commit is contained in:
@ -156,7 +156,8 @@ void State::monitorMachinesFile()
|
||||
if (machinesFiles.empty()) {
|
||||
parseMachines("localhost " +
|
||||
(settings.thisSystem == "x86_64-linux" ? "x86_64-linux,i686-linux" : settings.thisSystem.get())
|
||||
+ " - " + std::to_string(settings.maxBuildJobs) + " 1");
|
||||
+ " - " + std::to_string(settings.maxBuildJobs) + " 1 "
|
||||
+ concatStringsSep(",", settings.systemFeatures.get()));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user