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

Commits on Nov 30, 2020

  1. tree-wide: do not use pkgs.extend in nixpkgs

    Each invocation of pkgs.extends adds 130MB of allocation to the hydra
    evaluator. We are already struggling with the amount of memory nixpkgs
    requires.
    
    `pkgs.extend` is a useful escape-hatch, but should be not be used inside
    of nixpkgs directly.
    zimbatm committed Nov 30, 2020
    Copy the full SHA
    bbc9af1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105452 from zimbatm/no-extend

    tree-wide: do not use pkgs.extend in nixpkgs
    grahamc committed Nov 30, 2020
    Copy the full SHA
    f18e57f View commit details
    Browse the repository at this point in the history