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: c68dc2212e22
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9c86ccb6afbc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 4, 2018

  1. impure.nix: stringify path from NIX_PATH

    If impure.nix gets the path from NIX_PATH, the type is `path`, and `path+"/."` is a no-op. Stringify it first so `isDir` will return false if it's not, in fact, a dir. This way, single files can be specified with nixpkgs-overlays in the NIX_PATH.
    yorickvP committed May 4, 2018
    Configuration menu
    Copy the full SHA
    20bb5fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39970 from yorickvP/patch-1

    impure.nix: stringify path from NIX_PATH
    Ericson2314 committed May 4, 2018
    Configuration menu
    Copy the full SHA
    9c86ccb View commit details
    Browse the repository at this point in the history