diff --git a/machines/dragonwell/git-pr.nix b/machines/dragonwell/git-pr.nix index 9bc32105f9bda2567df99f823051eb59751fe4b0..5815e5516a00b7d7d1010241fc6f7a4acc6bc92a 100644 --- a/machines/dragonwell/git-pr.nix +++ b/machines/dragonwell/git-pr.nix @@ -15,11 +15,6 @@ id = "ugit"; cloneAddr = "https://git.jolheiser.com/ugit.git"; desc = "Minimal git service"; } - { - id = "git-pr-nix"; - cloneAddr = "https://git.jolheiser.com/git-pr-nix.git"; - desc = "Nix flake, package, and module for git-pr"; - } ]; }; }