From 956f464fff861cee4a38945b20d9fc12c00f99ec Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 30 Apr 2014 10:09:47 +0200 Subject: [PATCH] Remove obsolete zsh help text --- nixos/modules/programs/zsh/zsh.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index a3efad288ac..1857371ebe8 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 - , - which in turn means that you might need to explicitly - set this variable if you have another shell configured - with NixOS. ''; type = types.bool; };