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
base: 6ed09cb8c2c2
Choose a base ref
...
head repository: NixOS/nix
compare: 7cb341ceb5b5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 3, 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
    matthewbauer committed Dec 3, 2020
    Copy the full SHA
    94f3595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4307 from matthewbauer/update-config-guess

    Update config.guess & config.sub for proper arm64 macOS detection
    edolstra committed Dec 3, 2020
    Copy the full SHA
    7cb341c View commit details
    Browse the repository at this point in the history