nixpkgs/nixos/modules
worldofpeace 1c2e27e4d5 nixos/systemd-lib: don't fail on systemd.packages duplicates
In some cases like we've noticed in https://github.com/NixOS/nixpkgs/issues/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.
2020-01-07 21:42:14 -05:00
..
config treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
hardware Merge pull request #76546 from matthewbauer/nvidia-fix-udev-rules 2020-01-02 15:04:33 -05:00
i18n/input-method nixos/ibus: fix missing dconf profile 2020-01-06 20:30:37 +09:00
installer treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
misc nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
security treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
services tree-wide: fix errors and warning related to loaOf deprecation 2020-01-07 06:23:28 +01:00
system nixos/systemd-lib: don't fail on systemd.packages duplicates 2020-01-07 21:42:14 -05:00
tasks nixos: unify virtual console options 2019-12-20 00:27:34 +01:00
testing nixos/testing: remove leftover of virtualisation.qemu.program 2019-08-29 10:12:13 +02:00
virtualisation treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
module-list.nix nixos/compton: Rename module to picom 2020-01-03 12:52:02 +00:00
rename.nix rdf4store: throw removal messages 2019-12-21 18:46:15 +01:00