zsh: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:03:47 +01:00
parent a9f42f633b
commit 7e578dc334

View File

@ -80,4 +80,8 @@ EOF
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
platforms = stdenv.lib.platforms.unix;
};
passthru = {
shellPath = "/bin/zsh";
};
}