summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-05-14 14:03:37 +0100
committerzimbatm <zimbatm@zimbatm.com>2016-06-12 18:57:31 +0100
commita9f42f633bce4e2f3637287031c41c910eab3a0c (patch)
tree5d7103d94836b3ffc74f3c1c40fad636e8f91a8a /pkgs/shells/xonsh
parent53060e5bb8b0bbf73aeda1383fac73c9c8122e55 (diff)
downloadnixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar.gz
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar.bz2
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar.lz
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar.xz
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.tar.zst
nixpkgs-a9f42f633bce4e2f3637287031c41c910eab3a0c.zip
xonsh: add shellPath passthru
Diffstat (limited to 'pkgs/shells/xonsh')
-rw-r--r--pkgs/shells/xonsh/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index 395132bc2d8..78edf83caf7 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -41,4 +41,8 @@ python3Packages.buildPythonApplication rec {
     maintainers = with maintainers; [ spwhitt garbas ];
     platforms = platforms.all;
   };
+
+  passthru = {
+    shellPath = "/bin/xonsh";
+  };
 }