summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/services/git/web/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/services/git/web/default.nix b/config/services/git/web/default.nix
index c9e63c3..6b044a9 100644
--- a/config/services/git/web/default.nix
+++ b/config/services/git/web/default.nix
@@ -32,6 +32,7 @@ in
source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py";
clone-prefix = "https://git.aristote.fr";
section-from-path = 1;
+ snapshots = "tar.gz tar.bz2 tar.xz"; # for nix support
enable-index-owner = 0;
};
};