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: ee754f0f41df
Choose a base ref
...
head repository: NixOS/nix
compare: 52a3ca823dd8
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 25, 2020

  1. nix-env: refactor uninstallDerivations

    Reduces the number of store queries it performs. Also prints a warning
    if any of the selectors did not match any installed derivations.
    
    UX Caveats:
    - Will print a warning that nothing matched if a previous selector
      already removed the path
    - Will not do anything if no selectors were provided (no change from
      before).
    
    Fixes #3531
    lheckemann committed Apr 25, 2020
    Copy the full SHA
    f59404e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Copy the full SHA
    6a8cba8 View commit details
    Browse the repository at this point in the history
  2. Tweak warning message

    edolstra committed Apr 28, 2020
    Copy the full SHA
    52a3ca8 View commit details
    Browse the repository at this point in the history