summaryrefslogtreecommitdiff
path: root/Biz/Cloud
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-14 09:02:41 -0500
committerBen Sima <ben@bsima.me>2022-11-14 09:02:41 -0500
commit5db3bb98b3dae955049f76d67f59b95c41f91cd8 (patch)
tree2276250b495397acc5a693a3759981e1c8a9aff4 /Biz/Cloud
parenta6bb0f7d19677939f023aadb9ca7b49cc325a347 (diff)
Add delete-project plugin to Gerrit
Diffstat (limited to 'Biz/Cloud')
-rw-r--r--Biz/Cloud/Git.nix1
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"