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

Commits on Jan 8, 2020

  1. nixos/systemd-lib: don't fail on systemd.packages duplicates

    In some cases like we've noticed in #76169,
    having duplicate packages in systemd.packages like
    ```
    systemd.packages = [ gnome-shell gnome-shell gnome-session ];
    ```
    breaks.
    
    Here we use an associative array to ensure no
    duplicate paths when we symlink all the units listed
    in systemd.packages.
    worldofpeace committed Jan 8, 2020
    Copy the full SHA
    1c2e27e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Merge pull request #77294 from worldofpeace/systemd-packages-duplicates

    nixos/systemd-lib: don't fail on systemd.packages duplicates
    worldofpeace committed Jan 17, 2020
    Copy the full SHA
    b3c8534 View commit details
    Browse the repository at this point in the history