diff --git a/dragonwell/horcrux.nix b/dragonwell/horcrux.nix index 5274732d82d122c3aec34991e4fb2f031eccb63b..d4dc26c97434ae869703f6b7821f068f8c68b43a 100644 --- a/dragonwell/horcrux.nix +++ b/dragonwell/horcrux.nix @@ -10,22 +10,21 @@ config = { key = config.age.secrets.horcrux.path; interval = "15m"; repos = - map - (name: { + let + repo = name: { inherit name; source = "https://git.jolheiser.com/${name}.git"; dest = [ + "git@github.com:jolheiser/${name}" "git@tangled.sh:jolheiser.com/${name}" ]; - }) - [ - "horcrux" - "ugit" - "helix.drv" - "zed.drv" - "gitpecker" - "jsonnetpecker" - ]; + }; + in + [ + (repo "horcrux") + (repo "ugit") + (repo "helix.drv") + ]; }; }; } diff --git a/flake.lock b/flake.lock index 6cb1b4f274b4961d81c5ce72ebbde51dd78b16dd..4f7701c314512cd479c4cc594fe5bff1bd0a059f 100644 --- a/flake.lock +++ b/flake.lock @@ -240,17 +240,17 @@ "inputs": { "nixpkgs": "nixpkgs_8" }, "locked": { - "lastModified": 1778680061, + "lastModified": 1770466719, "narHash": "sha256-xiYIZtQYAHHZuKWm7kb23ucae4y8JfxgrIPvGCnbpno=", - "ref": "refs/heads/main", - "rev": "8d7b5b7c99eb32a666999910ff391029cbd790af", - "revCount": 4, - "type": "git", - "url": "https://git.jolheiser.com/gitpecker.git" + "owner": "jolheiser", + "repo": "gitpecker", + "rev": "c6c44039ffc6a735b68da61e5145a53547e65eea", + "type": "github" }, "original": { - "type": "git", - "url": "https://git.jolheiser.com/gitpecker.git" + "owner": "jolheiser", + "repo": "gitpecker", + "type": "github" } }, "golink": { diff --git a/flake.nix b/flake.nix index 421cbf84ea65e9b0e6368a0c64c792933db27d5d..58010150b543e6d65025f511f50759c2cbb19196 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,6 @@ 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"; @@ -30,6 +29,7 @@ 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 =