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: bd78544f66a0
Choose a base ref
...
head repository: NixOS/nix
compare: 7a9ac91a43e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 16, 2018

  1. install script: remove unportable command check, fixup errant escape

    `which` isn't necessarily portable, but `command -v` is an equivalent form.
    
    Additionally, the `\'` is not necessary, as it is already quoted by `"`.
    graham-at-target committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    ea41838 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request #2481 from graham-at-target/patch-1

    install script: remove unportable command check, fixup errant escape
    edolstra committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    7a9ac91 View commit details
    Browse the repository at this point in the history