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 { patterns = mkOption {
default = []; default = {};
type = types.attrsOf types.string; type = types.attrsOf types.string;
example = literalExample '' example = literalExample ''