3
0
Fork 0
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:
Joachim F 2017-06-04 22:50:12 +01:00 committed by GitHub
commit 32f066da8f

View file

@ -32,7 +32,7 @@ in
};
patterns = mkOption {
default = [];
default = {};
type = types.attrsOf types.string;
example = literalExample ''