all repos — nixfiles @ ac9f115812df258b1c083cef11573ed8ba6a4367

System and user configuration, managed by nix and home-manager

Revert "git-server: remove repo-specific hooks"

This reverts commit 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.
Alan Pearce alan@alanpearce.eu
Sat, 22 Jun 2024 10:12:42 +0200
commit

ac9f115812df258b1c083cef11573ed8ba6a4367

parent

835d8cca1188f06128f00b432c4452659201cfc6

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/services/git-server.nixsystem/settings/services/git-server.nix
@@ -79,6 +79,7 @@ $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local";       push( @{$RC{ENABLE}}, 'D' );
       push( @{$RC{ENABLE}}, 'Shell alan' );
       push( @{$RC{ENABLE}}, 'cgit' );
+      push( @{$RC{ENABLE}}, 'repo-specific-hooks' );
     '';
   };
   services.legit = {