fish: add shellPath passthru

This commit is contained in:
zimbatm
2016-06-12 18:57:29 +01:00
parent 68865f51ef
commit b482036cbb
+4
View File
@@ -87,4 +87,8 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ocharles ];
};
passthru = {
shellPath = "/bin/fish";
};
}