krebs.git.cgit.settings += source-filter
This commit is contained in:
parent
6d769b73b4
commit
edc62dfabc
@ -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 = "/";
|
||||
|
Loading…
Reference in New Issue
Block a user