summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-05-14 14:02:37 +0100
committerzimbatm <zimbatm@zimbatm.com>2016-06-12 18:57:29 +0100
commitb482036cbb61083e6e06a77dabfb14c2279be13d (patch)
tree1b3eb382041c9e22ddcb21ce3188a9aa5805487b /pkgs/shells
parent68865f51ef5c8d7194ecfdc0c673a1db665f4877 (diff)
fish: add shellPath passthru
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 0124f914866c..353647f15b30 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -87,4 +87,8 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ ocharles ];
};
+
+ passthru = {
+ shellPath = "/bin/fish";
+ };
}