mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +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 {
|
||||
default = [];
|
||||
default = {};
|
||||
type = types.attrsOf types.string;
|
||||
|
||||
example = literalExample ''
|
||||
|
Loading…
Reference in New Issue
Block a user