Merge branch 'nix-2.20' into nix-2.21
This commit is contained in:
commit
53b04ddf74
@ -171,7 +171,7 @@ void State::parseMachines(const std::string & contents)
|
||||
std::move(mandatoryFeatures),
|
||||
// `sshPublicHostKey`
|
||||
tokens[7] != "" && tokens[7] != "-"
|
||||
? base64Decode(tokens[7])
|
||||
? tokens[7]
|
||||
: "",
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user