forked from mirrors/nixpkgs
Merge pull request #26380 from danielfullmer/zsh-syntax-highlighting-module
programs.zsh.syntaxHighlighting: Fix default value for patterns
This commit is contained in:
commit
32f066da8f
|
@ -32,7 +32,7 @@ in
|
|||
};
|
||||
|
||||
patterns = mkOption {
|
||||
default = [];
|
||||
default = {};
|
||||
type = types.attrsOf types.string;
|
||||
|
||||
example = literalExample ''
|
||||
|
|
Loading…
Reference in a new issue