forked from mirrors/nixpkgs
fish: add shellPath passthru
This commit is contained in:
parent
68865f51ef
commit
b482036cbb
|
@ -87,4 +87,8 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/fish";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue