summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-05-14 14:03:01 +0100
committerzimbatm <zimbatm@zimbatm.com>2016-06-12 18:57:30 +0100
commit27ef2eb695c712a0b6e054f789c4f27f915b9055 (patch)
tree944db4797e9d6df3a01623529b0b3b32a0bcdc21
parent7fcd50da4f72cdd73a05e6a613685a92a568ecec (diff)
downloadnixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar.gz
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar.bz2
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar.lz
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar.xz
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.tar.zst
nixpkgs-27ef2eb695c712a0b6e054f789c4f27f915b9055.zip
pash: add shellPath passthru
-rw-r--r--pkgs/shells/pash/default.nix4
1 files changed, 4 insertions, 0 deletions
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";
+  };
 }