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
base: f6188ca54566
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95f685da6022
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 30, 2020

  1. python3Packages.mypy: don't use mypyc on 32-bit platforms

    Almost all i686-linux tests got blocked because of this problem:
      https://hydra.nixos.org/eval/1638038#tabs-now-fail
    It regressed in PR #105462 (commit ad26cb9).
    
    Now I tested that at least some test got fixed:
      nix build -f nixos/release-combined.nix nixos.tests.knot.i686-linux
    This change won't even cause any rebuild on 64-bit platforms,
    and using nix booleans seems nicer anyway.
    vcunat authored and FRidh committed Dec 30, 2020
    Copy the full SHA
    95f685d View commit details
    Browse the repository at this point in the history