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: 31c240ee8b5f
Choose a base ref
...
head repository: NixOS/nix
compare: 4da1cd59ba0c
Choose a head ref
  • 6 commits
  • 27 files changed
  • 1 contributor

Commits on Dec 16, 2019

  1. Copy the full SHA
    14d82ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    54bf5ba View commit details
    Browse the repository at this point in the history

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

Commits on Dec 18, 2019

  1. Copy the full SHA
    87873d0 View commit details
    Browse the repository at this point in the history
  2. Fix tests.githubFlakes

    edolstra committed Dec 18, 2019
    Copy the full SHA
    dbb4bec View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4da1cd5 View commit details
    Browse the repository at this point in the history