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: 19532f2ba243
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e9ecd7f87256
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2018

  1. nix-index: Wrap with nix-env in PATH (#51165)

    This fixes an impurity in nix-index: Previously it would take the nix-env
    binary from the users PATH. I discovered this while trying to run nix-index in a
    systemd service, which by default doesn't have nix-env in its path. The
    errors it threw were not informative at all and it took me hours to
    finally figure out the reason.
    infinisil authored and bennofs committed Dec 4, 2018
    Copy the full SHA
    e9ecd7f View commit details
    Browse the repository at this point in the history