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: 95039d066841
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a059fc742022
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 19, 2019

  1. treewide: assemble all fetchurlBoot uses in overrides to fetchurl

    … itself
    
    The only outside-curl uses of `fetchurlBoot` left are `stdenv`
    and `apple-source-releases`. The latter one can probably be removed
    too, but I can't test it.
    
    Pros:
    
    - Aggregates all behind-the-scenes insanity in a single place.
    
    Cons:
    
    - At the cost of 10 more derivations (but 0 new outpaths).
    oxij committed Feb 19, 2019
    Copy the full SHA
    a1fec86 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #56067 from oxij/tree/fetchurl-boot

    treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl`
    7c6f434c committed Feb 21, 2019
    Copy the full SHA
    a059fc7 View commit details
    Browse the repository at this point in the history