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: 0629601da1d1
Choose a base ref
...
head repository: NixOS/nix
compare: 85530bcc0b4c
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 13, 2018

  1. std::random_shuffle -> std::shuffle

    The former is removed in C++17.
    edolstra committed Jun 13, 2018
    Copy the full SHA
    3c5d9f4 View commit details
    Browse the repository at this point in the history
  2. hashDerivationModulo(): Handle chroot stores

    This makes 'nix copy --to /mnt /nix/store/bla.drv' work.
    edolstra committed Jun 13, 2018
    Copy the full SHA
    7902fcc View commit details
    Browse the repository at this point in the history
  3. nix: Remove special handling of .drv files

    This makes 'nix copy' and 'nix path-info' work on .drv store
    paths. Removing special treatment of .drv files seems the most
    future-proof approach given the possible removal of .drv files in the
    future.
    
    Note that 'nix build' will still build (rather than substitute) .drv
    paths due to the unfortunate overloading in Store::buildPaths().
    edolstra committed Jun 13, 2018
    Copy the full SHA
    85530bc View commit details
    Browse the repository at this point in the history