diff --git a/machines/dragonwell/git-pr.nix b/machines/dragonwell/git-pr.nix index 5815e55..9bc3210 100644 --- a/machines/dragonwell/git-pr.nix +++ b/machines/dragonwell/git-pr.nix @@ -15,6 +15,11 @@ 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"; + } ]; }; }