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/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d65ec545764
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62f01d7ed3d5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 4, 2020

  1. Update config.guess for proper arm64 macOS detection

    This fixes results for arm64 macOS so config.guess now reports:
    
      aarch64-apple-darwin20.1.0
    
    instead of
    
      arm-apple-darwin20.1.0
    
    (cherry picked from commit 94f3595)
    matthewbauer authored and edolstra committed Dec 4, 2020
    Copy the full SHA
    f82490c View commit details
  2. Bump version

    edolstra committed Dec 4, 2020
    Copy the full SHA
    62f01d7 View commit details
Showing with 1,197 additions and 949 deletions.
  1. +1 −1 .version
  2. +375 −163 config/config.guess
  3. +821 −785 config/config.sub
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.9
2.3.10
538 changes: 375 additions & 163 deletions config/config.guess

Large diffs are not rendered by default.

1,606 changes: 821 additions & 785 deletions config/config.sub

Large diffs are not rendered by default.