summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/services/git-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 54e8560c..e8fe6360 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -4,7 +4,7 @@
 , ...
 }:
 let
-  inherit (lib) pipe flatten concatMapAttrs mergeAttrsList mapAttrsToList;
+  inherit (lib) pipe flatten concatMapAttrs mapAttrsToList;
   inherit (import ../../../lib/caddy.nix { inherit lib; }) security-headers;
   repos = "${config.services.gitolite.dataDir}/repositories";