krebs.git.cgit.settings += source-filter

This commit is contained in:
tv 2020-07-13 10:51:06 +02:00
parent 6d769b73b4
commit edc62dfabc

View File

@ -186,6 +186,12 @@ let
type = types.nullOr types.str;
default = null;
};
source-filter = mkOption {
type = types.nullOr types.absolute-pathname;
default = null;
example = literalExample
"\${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py";
};
virtual-root = mkOption {
type = types.nullOr types.absolute-pathname;
default = "/";