From e3c677ea9bcecf541e8e90b9bd27c27ef363c65d Mon Sep 17 00:00:00 2001
From: jopejoe1 <johannes@joens.email>
Date: Sun, 17 Nov 2024 21:14:46 +0100
Subject: [PATCH] fix: use tar file

---
 flake.lock | 12 ++++--------
 flake.nix  |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/flake.lock b/flake.lock
index 2d7ddf8..be287b5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -5,17 +5,13 @@
       "locked": {
         "lastModified": 1731276342,
         "narHash": "sha256-plTYjM6zPzoBE/dp6EUrk9mCqmab278p8FqBCTX8Grc=",
-        "ref": "trunk",
         "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
-        "revCount": 17,
-        "type": "git",
-        "url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
+        "type": "tarball",
+        "url": "https://git.hamburg.ccc.de/api/v1/repos/CCCHH/infrastructure-authorized-keys/archive/686a6af22f6696f0c0595c56f463c078550049fc.tar.gz?rev=686a6af22f6696f0c0595c56f463c078550049fc"
       },
       "original": {
-        "ref": "trunk",
-        "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
-        "type": "git",
-        "url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
+        "type": "tarball",
+        "url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/archive/686a6af22f6696f0c0595c56f463c078550049fc.tar.gz"
       }
     },
     "nixlib": {
diff --git a/flake.nix b/flake.nix
index 273a82c..b7b74a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
     };
 
     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;
     };
   };