mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
parent
2926ef0e90
commit
5e189025ca
2 changed files with 4 additions and 2 deletions
|
@ -230,6 +230,8 @@ struct PublicKey
|
|||
{
|
||||
std::string type = "ssh-ed25519";
|
||||
std::string key;
|
||||
|
||||
auto operator <=>(const PublicKey &) const = default;
|
||||
};
|
||||
|
||||
std::string publicKeys_to_string(const std::vector<PublicKey>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue