nixpkgs/nixos/modules/services/x11/desktop-managers
aszlig 127c928c23
nixos/rename: Fix merging multiple destinations.
The renaming of options define the original value for the new attribute
path. This works well if there is only *one* target, but if there are
more, we end up recursing into the attribute set of the option
definition itself.

We now check for that within the parent recursion node (we can't check
that from the subnode, because we lack that information about whether
it's defined multiple times) and if the subnode consist entirely of a
list of definitions, we use mkMerge on it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-22 14:08:28 +01:00
..
default.nix e18: remove old desktop manager 2014-11-26 21:44:23 +01:00
e19.nix enlightenment: fix media preview 2015-01-13 14:56:35 +01:00
gnome3.nix upower: use newer version by default 2014-12-27 22:46:46 +01:00
kde4.nix nixos/rename: Fix merging multiple destinations. 2015-01-22 14:08:28 +01:00
none.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
xbmc.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
xfce.nix xfce4-volumed: add package (close #4628) 2014-11-08 21:48:51 +01:00
xterm.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00