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: f1d3b04c0422
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba5f50a76c35
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 29, 2020

  1. duti: 1.5.4pre -> 1.5.5pre

    This adds changes including support for macOS Big Sur.
    matthewbauer committed Dec 29, 2020
    Copy the full SHA
    46db547 View commit details
    Browse the repository at this point in the history
  2. duti: set kernel to darwin18

    Unfortunately, we can’t do arm64 multi-arch with the current nixpkgs
    sdk, which duti assumes if your kernel is darwin20 (Big Sur). To fix
    this, we can just hardcode to darwin18 which should be compatible with
    Nixpkgs Darwin.
    
    Fixes #105751
    matthewbauer committed Dec 29, 2020
    Copy the full SHA
    c9c3dd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Copy the full SHA
    dcbbbcd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107924 from matthewbauer/fix-duti

    Fix duti on macOS Big Sur
    matthewbauer committed Jan 20, 2021
    Copy the full SHA
    ba5f50a View commit details
    Browse the repository at this point in the history