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/nixpkgs
base: 0af9072e74c9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 18337f3ece32
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on May 22, 2018

  1. treewide: Remove uses of builtins.toPath.

    toPath has confusing semantics and is never necessary; it can always
    either just be omitted or replaced by pre-concatenating `/.`. It has
    been marked as "!!! obsolete?" for more than 10 years in a C++
    comment, hopefully removing it will let us properly deprecate and,
    eventually, remove it.
    shlevy committed May 22, 2018
    Copy the full SHA
    6da6acc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Merge branch 'no-toPath'

    shlevy committed Sep 6, 2018
    Copy the full SHA
    18337f3 View commit details
    Browse the repository at this point in the history