From 27ef2eb695c712a0b6e054f789c4f27f915b9055 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 14 May 2016 14:03:01 +0100 Subject: [PATCH] pash: add shellPath passthru --- pkgs/shells/pash/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/shells/pash/default.nix b/pkgs/shells/pash/default.nix index b9a8397e3ba..0b424c89777 100644 --- a/pkgs/shells/pash/default.nix +++ b/pkgs/shells/pash/default.nix @@ -22,4 +22,8 @@ buildDotnetPackage rec { platforms = platforms.all; license = with licenses; [ bsd3 gpl3 ]; }; + + passthru = { + shellPath = "/bin/pash"; + }; }