Skip to content

Commit

Permalink
Python: change default default: python = python3;
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 17, 2016
1 parent e4dba74 commit d38da7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -5489,12 +5489,12 @@ in
};
purePackages = recurseIntoAttrs (callPackage ./pure-packages.nix {});

python = python2;
python = python3;
python2 = python27;
python3 = python35;

# pythonPackages further below, but assigned here because they need to be in sync
pythonPackages = python2Packages;
pythonPackages = python3Packages;
python2Packages = python27Packages;
python3Packages = python35Packages;

Expand Down

0 comments on commit d38da7d

Please sign in to comment.