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/nix
base: 8807ff902e1b
Choose a base ref
...
head repository: NixOS/nix
compare: 16c9f6762d08
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 16, 2020

  1. Generations API cleanup

    edolstra committed Jul 16, 2020
    Copy the full SHA
    5517eee View commit details
    Browse the repository at this point in the history
  2. Add command 'nix profile diff-closure'

    This shows all changes between generations of a profile. E.g.
    
      $ nix profile diff-closures --profile /nix/var/nix/profiles/system
      Generation 654 -> 655:
        nix: 2.4pre20200617_5d69bbf → 2.4pre20200701_6ff9aa8, +42.2 KiB
    
      Generation 655 -> 656:
        blender-bin: 2.83.0 → 2.83.1, -294.2 KiB
    
      Generation 656 -> 657:
        curl: 7.68.0 → 7.70.0, +19.1 KiB
        firmware-linux-nonfree: 2020-01-22 → 2020-05-19, +30827.7 KiB
        ibus: -21.8 KiB
        initrd-linux: 5.4.46 → 5.4.49
        ...
    edolstra committed Jul 16, 2020
    Copy the full SHA
    16c9f67 View commit details
    Browse the repository at this point in the history