mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
programs.zsh.syntaxHighlighting: Fix default value for patterns
This commit is contained in:
parent
5cb03b9538
commit
b8ebc60abd
@ -32,7 +32,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
patterns = mkOption {
|
patterns = mkOption {
|
||||||
default = [];
|
default = {};
|
||||||
type = types.attrsOf types.string;
|
type = types.attrsOf types.string;
|
||||||
|
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
|
Loading…
Reference in New Issue
Block a user