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: 00941cd747e9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 31ded1888efa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 16, 2020

  1. maintainers/scripts/update.nix: Do not traverse lists

    Lists items are not directly accessible like attributes in attrsets are.
    This makes it hard to represent their address in `UPDATE_NIX_ATTR_PATH`
    environment variable passed to update scripts.
    
    Given that I only introduced list support for `gnome3` attribute set
    and we stopped using them there, let’s remove the list support again.
    NixOS modules are better place for package collections anyway.
    
    This was meant to go in with #98304
    but got accidentally omitted somehow.
    jtojnar committed Dec 16, 2020
    Copy the full SHA
    c485a93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107014 from jtojnar/update-script-no-lists

    maintainers/scripts/update.nix: Do not traverse lists
    jtojnar committed Dec 16, 2020
    Copy the full SHA
    31ded18 View commit details
    Browse the repository at this point in the history