fish: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:02:37 +01:00
parent 68865f51ef
commit b482036cbb

View File

@ -87,4 +87,8 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ocharles ];
};
passthru = {
shellPath = "/bin/fish";
};
}