From b8ebc60abdec00a219d2cffb0246787f292f34f5 Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Sun, 4 Jun 2017 15:23:34 -0400 Subject: [PATCH] programs.zsh.syntaxHighlighting: Fix default value for patterns --- nixos/modules/programs/zsh/zsh-syntax-highlighting.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix b/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix index 3bd7ab81896..9452489e2fb 100644 --- a/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix +++ b/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix @@ -32,7 +32,7 @@ in }; patterns = mkOption { - default = []; + default = {}; type = types.attrsOf types.string; example = literalExample ''