about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-30 10:09:47 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-30 11:26:39 +0200
commit956f464fff861cee4a38945b20d9fc12c00f99ec (patch)
treed32903bc13acae4a261ee4655c5f9ec0f62bc4e3 /nixos/modules/programs
parent077ecf43e52c68e47887a6bf89511d20e03aa12a (diff)
downloadnixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar.gz
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar.bz2
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar.lz
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar.xz
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.tar.zst
nixlib-956f464fff861cee4a38945b20d9fc12c00f99ec.zip
Remove obsolete zsh help text
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index a3efad288ac2..1857371ebe8d 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -26,11 +26,6 @@ in
         default = false;
         description = ''
           Whenever to configure Zsh as an interactive shell.
-          Note that this tries to make Zsh the default
-          <option>users.defaultUserShell</option>,
-          which in turn means that you might need to explicitly
-          set this variable if you have another shell configured
-          with NixOS.
         '';
         type = types.bool;
       };