From a9f42f633bce4e2f3637287031c41c910eab3a0c Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 14 May 2016 14:03:37 +0100 Subject: [PATCH] xonsh: add shellPath passthru --- pkgs/shells/xonsh/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }