zsh: add shellPath passthru

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