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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33b3a0e477dd
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0bd088d8485
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 8, 2019

  1. Copy the full SHA
    519aa47 View commit details
  2. uri -> url for consistency

    edolstra committed Oct 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    21304c1 View commit details
  3. Move addRegistrOverrides

    edolstra committed Oct 8, 2019
    Copy the full SHA
    a0bd088 View commit details
Showing with 43 additions and 519 deletions.
  1. +0 −482 doc/flakes/design.md
  2. +2 −2 flake.lock
  3. +1 −1 flake.nix
  4. +12 −5 src/libexpr/flake/flake.cc
  5. +4 −4 src/libexpr/flake/lockfile.cc
  6. +0 −2 src/nix/build.cc
  7. +10 −11 src/nix/flake.cc
  8. +3 −1 src/nix/installables.cc
  9. +11 −11 tests/flakes.sh
Loading