diff options
author | EuAndreh <eu@euandre.org> | 2020-08-23 09:43:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-23 09:43:58 -0300 |
commit | cb46b4ab2135344f4a75914a789544f977e8fb8f (patch) | |
tree | b7bac196f7c6fa68e2fe53f201900342b95e4859 | |
parent | Fix repo.readme config and increase description length to 120 (diff) | |
download | server-cb46b4ab2135344f4a75914a789544f977e8fb8f.tar.gz server-cb46b4ab2135344f4a75914a789544f977e8fb8f.tar.xz |
Expose cgit snapshots, AKA tarballs
-rw-r--r-- | vps-configuration.env.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 1e737d0..51f8563 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -264,6 +264,7 @@ in { repo.readme=:README.md remove-suffix=1 root-title=EuAndreh's git repositories + snapshots=tar.gz zip source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh scan-path=${envsubstConfiguration.gitRoot} |