all repos — nixfiles @ 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd

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

git-server: remove repo-specific hooks
Alan Pearce alan@alanpearce.eu
Sun, 16 Jun 2024 22:07:40 +0200
commit

5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd

parent

88c70cd9cce67a4bb25f78199c98deb6de076ad1

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

jump to
M system/settings/services/git-server.nixsystem/settings/services/git-server.nix
@@ -79,7 +79,6 @@ $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 = {