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: 228857efc6b0
Choose a base ref
...
head repository: NixOS/nix
compare: d2a537568a7e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 27, 2020

  1. installer: don't require xz on darwin

    On macOS the system tar has builtin support for lzma while xz isn't
    available as a separate binary.  There's no builtin package manager
    there available either so having to install lzma (without nix) would be
    rather painful.
    LnL7 committed May 27, 2020
    Copy the full SHA
    4e6d7cb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge pull request #3632 from LnL7/darwin-xz

    installer: don't require xz on darwin
    edolstra committed May 28, 2020
    Copy the full SHA
    d2a5375 View commit details
    Browse the repository at this point in the history