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: 2c7ba2060d11
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6b7e5493a77
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 18, 2020

  1. pkgs/build-support/writers: use runCommandLocal for scripts

    If we just want to write a non-compiled script (e.g. writeDash), it’s
    usually a lot faster just doing it locally. That’s what
    `runCommandLocal` was introduced for, so let’s use it in `writers`.
    Profpatsch committed Feb 18, 2020
    Copy the full SHA
    493c357 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f3091f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80462 from Profpatsch/writers-use-runCommandLocal…

    …-for-scripts
    
    writers: use run command local for scripts
    Lassulus committed Feb 18, 2020
    Copy the full SHA
    d6b7e54 View commit details
    Browse the repository at this point in the history