Reapply "xonsh: set dontWrapPythonPrograms"

This reverts commit 57427d380d.
This commit is contained in:
Sandro Jäckel 2024-04-08 14:21:25 +02:00 committed by Jonathan Ringer
parent b3b12c2d08
commit 30ef0b17f2

View File

@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication {
export HOME=$TMPDIR
'';
dontWrapPythonPrograms = true;
passthru = {
shellPath = "/bin/xonsh";
python = python3; # To the wrapper