Merge remote-tracking branch 'upstream/nix-2.22' into use-store-api

This commit is contained in:
John Ericson
2025-02-14 15:51:38 -05:00
39 changed files with 599 additions and 389 deletions

View File

@@ -164,7 +164,7 @@ void State::parseMachines(const std::string & contents)
? string2Int<MaxJobs>(tokens[3]).value()
: 1,
// `speedFactor`
atof(tokens[4].c_str()),
std::stof(tokens[4].c_str()),
// `supportedFeatures`
std::move(supportedFeatures),
// `mandatoryFeatures`