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: 84722d67d2b0
Choose a base ref
...
head repository: NixOS/nix
compare: 55012ec0b933
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 5, 2018

  1. Copy the full SHA
    2175eee View commit details
    Browse the repository at this point in the history
  2. Allow substituters to be marked as trusted

    This is needed by nixos-install, which uses the Nix store on the
    installation CD as a substituter. We don't want to disable signature
    checking entirely because substitutes from cache.nixos.org should
    still be checked. So now we can pas "local?trusted=1" to mark only the
    Nix store in /nix as not requiring signatures.
    
    Fixes #1819.
    edolstra committed Feb 5, 2018
    Copy the full SHA
    bb1d046 View commit details
    Browse the repository at this point in the history
  3. Tweak progress bar message

    Say "copying" instead of "fetching" when copying from another local
    store. Nice for nixos-install.
    edolstra committed Feb 5, 2018
    Copy the full SHA
    55012ec View commit details
    Browse the repository at this point in the history