xonsh: set dontWrapPythonPrograms

This commit is contained in:
SamLukeYes 2024-03-09 10:23:49 +08:00
parent c00aae2489
commit b6403710df
No known key found for this signature in database
GPG Key ID: 5574FF7A0C9AC292

View File

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