summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/zsh/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/zsh/zsh.nix')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index 164d8db5859a..90fd1c5b73ae 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -203,7 +203,6 @@ in
environment.shells =
[ "/run/current-system/sw/bin/zsh"
- "/var/run/current-system/sw/bin/zsh"
"${pkgs.zsh}/bin/zsh"
];