1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00

refactor fetchers::PublicKey tests

This commit is contained in:
HaeNoe 2024-04-16 13:26:20 +02:00
parent 03eb4f7baa
commit 4ff7f5aa9c
No known key found for this signature in database
3 changed files with 44 additions and 9 deletions

View file

@ -0,0 +1,4 @@
{
"key": "ABCDE",
"type": "ssh-ed25519"
}

View file

@ -0,0 +1,4 @@
{
"key": "ABCDE",
"type": "ssh-rsa"
}