Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ea2fd84ecd4139db82769dfeafe6da833146bb99
      
https://github.com/NixOS/nixpkgs/commit/ea2fd84ecd4139db82769dfeafe6da833146bb99
  Author: aszlig <[email protected]>
  Date:   2015-03-20 (Fri, 20 Mar 2015)

  Changed paths:
    M nixos/modules/services/audio/mpd.nix

  Log Message:
  -----------
  nixos/mpd: Fix creation of "mpd" group.

The group is specified using a singleton list, so the loaOf merging is
done by iterating through the list items with imap, so it enumerates
every element and sets that as the default "name" attribute.

>From lib/types:143:

name = elem.name or "unnamed-${toString defIdx}.${toString elemIdx}";

So, people get groups like "unnamed-X.Y" instead of "mpd".

Signed-off-by: aszlig <[email protected]>
Reported-by: devhell <"^"@regexmail.net>
Tested-by: devhell <"^"@regexmail.net>


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to