From fb5c4abe9c81635b51c65229b8fbc65d5b61ad8c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 18 Jul 2024 17:03:36 -0500 Subject: [PATCH] chore(git-pr): add git-pr-nix to repos Signed-off-by: jolheiser --- machines/dragonwell/git-pr.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; + } ]; }; }