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: 94a043ff3b0e
Choose a base ref
...
head repository: NixOS/nix
compare: 8a945d6ddb06
Choose a head ref
  • 5 commits
  • 18 files changed
  • 1 contributor

Commits on Sep 3, 2020

  1. Copy the full SHA
    b74f5cd View commit details
    Browse the repository at this point in the history
  2. createGeneration(): Always create an indirect root

    This means profiles outside of /nix/var/nix/profiles don't get
    garbage-collected. It also means we don't need to scan
    /nix/var/nix/profiles for GC roots anymore, except for compatibility
    with previously existing generations.
    edolstra committed Sep 3, 2020
    Copy the full SHA
    b07167b View commit details
    Browse the repository at this point in the history
  3. Remove the --indirect flag

    All GC roots are now indirect.
    edolstra committed Sep 3, 2020
    Copy the full SHA
    00d25e8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    82b77a7 View commit details
    Browse the repository at this point in the history
  5. 1
    Copy the full SHA
    8a945d6 View commit details
    Browse the repository at this point in the history