fix: use tar file

This commit is contained in:
jopejoe1 2024-11-17 21:14:46 +01:00
parent ecd9fe4adf
commit e3c677ea9b
Signed by: jopejoe1
SSH key fingerprint: SHA256:iesNfL4WU4CO65/llSGLFqmep76oYWfWLfl6HUPt2nk
2 changed files with 5 additions and 9 deletions

View file

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

View file

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