diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·17+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·17+0000 |
commit | cf044be96be23754b9398d8ba3a4d6d052d32d39 (patch) | |
tree | 30616a2e7f9cd10203a9244ceab07eab36445556 /web/cgit-taz | |
parent | f2784e93469c845993096a431a1a78d26f6ce1a3 (diff) |
fix(cgit): Configure mimetype-file correctly r/244
Diffstat (limited to 'web/cgit-taz')
-rw-r--r-- | web/cgit-taz/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 66073d46d7a1..ed82c1e6fd57 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -26,6 +26,7 @@ let enable-log-linecount=1 enable-follow-links=1 enable-blame=1 + mimetype-file=${mime-types}/etc/mime.types # Repository configuration repo.url=depot |