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

Commits on Jan 8, 2021

  1. nix: 2.3.9 -> 2.3.10

    (cherry picked from commit a8c49a9)
    Signed-off-by: Domen Kožar <domen@dev.si>
    edolstra authored and domenkozar committed Jan 8, 2021
    Copy the full SHA
    1fcd4b4 View commit details
    Browse the repository at this point in the history
  2. 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.
    
    (cherry picked from commit 3199943)
    Signed-off-by: Domen Kožar <domen@dev.si>
    flokli authored and domenkozar committed Jan 8, 2021
    Copy the full SHA
    b007eef View commit details
    Browse the repository at this point in the history