From ac9f115812df258b1c083cef11573ed8ba6a4367 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2024 10:12:42 +0200 Subject: Revert "git-server: remove repo-specific hooks" This reverts commit 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd. --- system/settings/services/git-server.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/settings/services/git-server.nix') diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix index 0ef40ccc..946bf4ba 100644 --- a/system/settings/services/git-server.nix +++ b/system/settings/services/git-server.nix @@ -79,6 +79,7 @@ in push( @{$RC{ENABLE}}, 'D' ); push( @{$RC{ENABLE}}, 'Shell alan' ); push( @{$RC{ENABLE}}, 'cgit' ); + push( @{$RC{ENABLE}}, 'repo-specific-hooks' ); ''; }; services.legit = { -- cgit 1.4.1