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: 8a5c9882cbf0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4920f0c0adeb
Choose a head ref
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Dec 1, 2018

  1. update.nix: Run update scripts in parallel

    To make updating large attribute sets faster, the update scripts
    are now run in parallel.
    
    Please note the following changes in semantics:
    
    - The string passed to updateScript needs to be a path to an executable file.
    - The updateScript can also be a list: the tail elements will then be passed
      to the head as command line arguments.
    jtojnar committed Dec 1, 2018
    Copy the full SHA
    59a94b5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    30f090f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Merge pull request #50977 from jtojnar/parallel-update.nix

     update.nix: Run update scripts in parallel
    jtojnar committed Dec 2, 2018
    Copy the full SHA
    4920f0c View commit details
    Browse the repository at this point in the history