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: e2829e213634
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4bc3f833028b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2020

  1. nix: fix closure bloat on nix

    The conditional preventing closure bloat unfortunately didn't apply for
    the `nix` attribute, which is at 2.3.10 (not 2.4.*, what this did check
    for).
    
    Due to the somewhat funny 2.4pre* version strings used for nixUnstable
    not being understood by lib.versionOlder, we also need to explicitly add
    a check for that.
    flokli committed Dec 31, 2020
    Copy the full SHA
    3199943 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Merge pull request #108069 from flokli/nix-fix-closurebloat-cross

    nix: fix closure bloat on `nix`
    flokli committed Jan 1, 2021
    Copy the full SHA
    4bc3f83 View commit details
    Browse the repository at this point in the history