Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
tree log patch
migrate more things off of github Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQONt+4lxTO1ykeIZv+sR46O6uqxE/neIjMFWivMkR7ymgHnsS+uyTYGfbVkGXsAJPJ IMgeUQTjEn8fbL1t8vuQI= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
21 hours ago
3 changed files, 20 additions(+), 19 deletions(-)
dragonwell/horcrux.nixflake.lockflake.nix
M dragonwell/horcrux.nix -> dragonwell/horcrux.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff --git a/dragonwell/horcrux.nix b/dragonwell/horcrux.nix
index d4dc26c97434ae869703f6b7821f068f8c68b43a..5274732d82d122c3aec34991e4fb2f031eccb63b 100644
--- a/dragonwell/horcrux.nix
+++ b/dragonwell/horcrux.nix
@@ -10,21 +10,22 @@     config = {
       key = config.age.secrets.horcrux.path;
       interval = "15m";
       repos =
-        let
-          repo = name: {
+        map
+          (name: {
             inherit name;
             source = "https://git.jolheiser.com/${name}.git";
             dest = [
-              "git@github.com:jolheiser/${name}"
               "git@tangled.sh:jolheiser.com/${name}"
             ];
-          };
-        in
-        [
-          (repo "horcrux")
-          (repo "ugit")
-          (repo "helix.drv")
-        ];
+          })
+          [
+            "horcrux"
+            "ugit"
+            "helix.drv"
+            "zed.drv"
+            "gitpecker"
+            "jsonnetpecker"
+          ];
     };
   };
 }
M flake.lock -> flake.lock
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/flake.lock b/flake.lock
index 4f7701c314512cd479c4cc594fe5bff1bd0a059f..6cb1b4f274b4961d81c5ce72ebbde51dd78b16dd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -240,17 +240,17 @@       "inputs": {
         "nixpkgs": "nixpkgs_8"
       },
       "locked": {
-        "lastModified": 1770466719,
+        "lastModified": 1778680061,
         "narHash": "sha256-xiYIZtQYAHHZuKWm7kb23ucae4y8JfxgrIPvGCnbpno=",
-        "owner": "jolheiser",
-        "repo": "gitpecker",
-        "rev": "c6c44039ffc6a735b68da61e5145a53547e65eea",
-        "type": "github"
+        "ref": "refs/heads/main",
+        "rev": "8d7b5b7c99eb32a666999910ff391029cbd790af",
+        "revCount": 4,
+        "type": "git",
+        "url": "https://git.jolheiser.com/gitpecker.git"
       },
       "original": {
-        "owner": "jolheiser",
-        "repo": "gitpecker",
-        "type": "github"
+        "type": "git",
+        "url": "https://git.jolheiser.com/gitpecker.git"
       }
     },
     "golink": {
M flake.nix -> flake.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/flake.nix b/flake.nix
index 58010150b543e6d65025f511f50759c2cbb19196..421cbf84ea65e9b0e6368a0c64c792933db27d5d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,7 @@     git-pr.url = "git+https://git.jolheiser.com/git-pr-nix.git";
     oidc.url = "git+https://git.jolheiser.com/oidc.git";
     horcrux.url = "git+https://git.jolheiser.com/horcrux.git";
     mint.url = "git+https://git.jolheiser.com/mint.git";
+    gitpecker.url = "git+https://git.jolheiser.com/gitpecker.git";
     # Other flakes
     golink.url = "github:tailscale/golink";
     tclip.url = "github:tailscale-dev/tclip";
@@ -29,7 +30,6 @@     foundry.url = "github:reckenrode/nix-foundryvtt";
     tailproxy.url = "git+https://git.jolheiser.com/tailproxy.git";
     forge-lines.url = "git+https://code.winston.sh/winston/forge-lines.git";
     mazanoke.url = "github:jolheiser/mazanoke-nix";
-    gitpecker.url = "github:jolheiser/gitpecker";
   };
 
   outputs =