summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2017-06-04 15:23:34 -0400
committerDaniel Fullmer <danielrf12@gmail.com>2017-06-04 15:30:35 -0400
commitb8ebc60abdec00a219d2cffb0246787f292f34f5 (patch)
tree756bbae2c56ff27b089e7c45c44da427ea7cb23b /nixos/modules/programs
parent5cb03b9538e25929b93c7d5cfd8d9ec23d9fd092 (diff)
downloadnixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar.gz
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar.bz2
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar.lz
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar.xz
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.tar.zst
nixlib-b8ebc60abdec00a219d2cffb0246787f292f34f5.zip
programs.zsh.syntaxHighlighting: Fix default value for patterns
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/zsh/zsh-syntax-highlighting.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix b/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
index 3bd7ab818961..9452489e2fb4 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 ''