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: 54bf5ba4227a
Choose a base ref
...
head repository: NixOS/nix
compare: f8abbdd45655
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Dec 17, 2019

  1. Add priority setting to stores

    This allows overriding the priority of substituters, e.g.
    
      $ nix-store --store ~/my-nix/ -r /nix/store/df3m4da96d84ljzxx4mygfshm1p0r2n3-geeqie-1.4 \
        --substituters 'http://cache.nixos.org?priority=100 daemon?priority=10'
    
    Fixes #3264.
    edolstra committed Dec 17, 2019
    Copy the full SHA
    f8abbdd View commit details
    Browse the repository at this point in the history