summary refs log tree commit diff
path: root/nixos/modules/programs
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/modules/programs
parenta12ba709aba42525d04c67dc5dc99beed51f261f (diff)
downloadnixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar.gz
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar.bz2
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar.lz
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar.xz
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.tar.zst
nixlib-9bceb2b353ee4962ee15ad27b7e58cda2bc13f44.zip
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/modules/programs')
-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 b7834fa5f872..b995d390b279 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.
           '';
         };
       };