zsh: add shellPath passthru

+4
+4
pkgs/shells/zsh/default.nix
··· 80 80 maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ]; 81 81 platforms = stdenv.lib.platforms.unix; 82 82 }; 83 + 84 + passthru = { 85 + shellPath = "/bin/zsh"; 86 + }; 83 87 }