Merge branch 'nix-2.22' into nix-2.23

This commit is contained in:
John Ericson 2024-10-21 11:23:41 -04:00
commit 8515cb183e

View File

@ -171,7 +171,7 @@ void State::parseMachines(const std::string & contents)
std::move(mandatoryFeatures), std::move(mandatoryFeatures),
// `sshPublicHostKey` // `sshPublicHostKey`
tokens[7] != "" && tokens[7] != "-" tokens[7] != "" && tokens[7] != "-"
? base64Decode(tokens[7]) ? tokens[7]
: "", : "",
}); });