diff options
author | Ben Sima <ben@bsima.me> | 2022-11-14 09:02:41 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-14 09:02:41 -0500 |
commit | 5db3bb98b3dae955049f76d67f59b95c41f91cd8 (patch) | |
tree | 2276250b495397acc5a693a3759981e1c8a9aff4 /Biz/Cloud/Git.nix | |
parent | a6bb0f7d19677939f023aadb9ca7b49cc325a347 (diff) |
Add delete-project plugin to Gerrit
Diffstat (limited to 'Biz/Cloud/Git.nix')
-rw-r--r-- | Biz/Cloud/Git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Git.nix b/Biz/Cloud/Git.nix index a3ae25c..9c31251 100644 --- a/Biz/Cloud/Git.nix +++ b/Biz/Cloud/Git.nix @@ -58,6 +58,7 @@ in { enable = true; builtinPlugins = [ "commit-message-length-validator" + "delete-project" "plugin-manager" "singleusergroup" "reviewnotes" |