about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-01-16 21:02:54 +0100
committerRobin Gloster <mail@glob.in>2018-01-16 21:02:54 +0100
commit9bceb2b353ee4962ee15ad27b7e58cda2bc13f44 (patch)
treeec44efb346a2f6392cc6e076e0c74fa5c4f0eee5 /nixos
parenta12ba709aba42525d04c67dc5dc99beed51f261f (diff)
oh-my-zsh module: reword & fix manual build
docbook interpreted this as a tag and this sounded as if the option
defaulted to putting the cached directory into the nix store.

cc @Ma27 @fpletz
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/zsh/oh-my-zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/oh-my-zsh.nix b/nixos/modules/programs/zsh/oh-my-zsh.nix
index b7834fa5f872c..b995d390b2793 100644
--- a/nixos/modules/programs/zsh/oh-my-zsh.nix
+++ b/nixos/modules/programs/zsh/oh-my-zsh.nix
@@ -54,7 +54,7 @@ in
           type = types.str;
           description = ''
             Cache directory to be used by `oh-my-zsh`.
-            Default is /nix/store/<oh-my-zsh>/cache.
+            Without this option it would default to the read-only nix store.
           '';
         };
       };