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: ec613603ba32^
Choose a base ref
...
head repository: NixOS/nix
compare: 21050846457f
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on May 12, 2021

  1. DerivedPathWithHints -> BuiltPath

    Just a renaming for now
    thufschmitt committed May 12, 2021
    Copy the full SHA
    ec61360 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Enfore the use of properly built paths in libcmd

    Replace `DerivedPathWithHints` by a new `BuiltPath` type that serves as
    a proof that the corresponding path has been built.
    thufschmitt committed May 17, 2021
    Copy the full SHA
    2105084 View commit details
    Browse the repository at this point in the history