Skip to content

Commit

Permalink
xonsh: use python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Sep 10, 2017
1 parent 2ccdac8 commit eb970de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -5186,7 +5186,9 @@ with pkgs;

rush = callPackage ../shells/rush { };

xonsh = callPackage ../shells/xonsh { };
xonsh = callPackage ../shells/xonsh {
python3Packages = python35Packages;
};

zsh = callPackage ../shells/zsh { };

Expand Down

0 comments on commit eb970de

Please sign in to comment.