Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 928698a2b360
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f93a09405f0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 16, 2019

  1. python38Packages: build packages on Hydra

    Now that Python 3.8 is released we will also build packages on Hydra.
    As soon as the far majority of packages build, we can make Python 3.8
    the default `python3`.
    
    #71220
    FRidh committed Oct 16, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    3f93a09 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/top-level/all-packages.nix
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -7294,7 +7294,7 @@ in
zsh-git-prompt = callPackage ../shells/zsh/zsh-git-prompt { };

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

zsh-history-substring-search = callPackage ../shells/zsh/zsh-history-substring-search { };

zsh-navigation-tools = callPackage ../tools/misc/zsh-navigation-tools { };
@@ -8960,7 +8960,7 @@ in
python35Packages = python35.pkgs;
python36Packages = python36.pkgs;
python37Packages = recurseIntoAttrs python37.pkgs;
python38Packages = python38.pkgs;
python38Packages = recurseIntoAttrs python38.pkgs;
pypyPackages = pypy.pkgs;
pypy2Packages = pypy2.pkgs;
pypy27Packages = pypy27.pkgs;