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

Commits on Sep 16, 2020

  1. Fix the nix-daemon Mac OS SSL CA cert

    Mac OS multi-user installations are currently broken because all requests
    made by nix-daemon to the binary cache fail with:
    
    ```
    unable to download ... Problem with the SSL CA cert (path? access rights?) (77).
    ```
    
    This change ensures that the nix-daemon knows where to find the SSL CA cert file.
    
    Fixes #2899 and #3261.
    maljub01 committed Sep 16, 2020
    Copy the full SHA
    b7c0223 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merge pull request #4023 from maljub01/patch-2

    Fix the nix-daemon Mac OS SSL CA cert
    edolstra committed Sep 21, 2020
    Copy the full SHA
    18eb077 View commit details
    Browse the repository at this point in the history