zsh: add shellPath passthru

This commit is contained in:
zimbatm
2016-06-12 18:57:31 +01:00
parent a9f42f633b
commit 7e578dc334
+4
View File
@@ -80,4 +80,8 @@ EOF
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
platforms = stdenv.lib.platforms.unix;
};
passthru = {
shellPath = "/bin/zsh";
};
}