Compare commits

..

No commits in common. "e3c677ea9bcecf541e8e90b9bd27c27ef363c65d" and "ecd9fe4adf1c148dab447b3ad175754274687155" have entirely different histories.

2 changed files with 9 additions and 5 deletions

12
flake.lock generated
View file

@ -5,13 +5,17 @@
"locked": { "locked": {
"lastModified": 1731276342, "lastModified": 1731276342,
"narHash": "sha256-plTYjM6zPzoBE/dp6EUrk9mCqmab278p8FqBCTX8Grc=", "narHash": "sha256-plTYjM6zPzoBE/dp6EUrk9mCqmab278p8FqBCTX8Grc=",
"ref": "trunk",
"rev": "686a6af22f6696f0c0595c56f463c078550049fc", "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
"type": "tarball", "revCount": 17,
"url": "https://git.hamburg.ccc.de/api/v1/repos/CCCHH/infrastructure-authorized-keys/archive/686a6af22f6696f0c0595c56f463c078550049fc.tar.gz?rev=686a6af22f6696f0c0595c56f463c078550049fc" "type": "git",
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
}, },
"original": { "original": {
"type": "tarball", "ref": "trunk",
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/archive/686a6af22f6696f0c0595c56f463c078550049fc.tar.gz" "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
"type": "git",
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
} }
}, },
"nixlib": { "nixlib": {

View file

@ -22,7 +22,7 @@
}; };
authorizedKeysRepo = { authorizedKeysRepo = {
url = "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/archive/686a6af22f6696f0c0595c56f463c078550049fc.tar.gz"; url = "git+https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git?ref=trunk&rev=686a6af22f6696f0c0595c56f463c078550049fc";
flake = false; flake = false;
}; };
}; };