From 9bceb2b353ee4962ee15ad27b7e58cda2bc13f44 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 16 Jan 2018 21:02:54 +0100 Subject: [PATCH] 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 --- nixos/modules/programs/zsh/oh-my-zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/zsh/oh-my-zsh.nix b/nixos/modules/programs/zsh/oh-my-zsh.nix index b7834fa5f87..b995d390b27 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//cache. + Without this option it would default to the read-only nix store. ''; }; };