Update zip to zipAttrsWith since zip is obsolete.

This commit is contained in:
Evgeny Egorochkin 2013-08-22 09:35:36 +03:00
parent fa841f033e
commit bfc75e73ae

View File

@ -26,7 +26,7 @@ let
zipModules = list: with pkgs.lib;
zip (n: v:
zipAttrsWith (n: v:
if tail v != [] then
if n == "_type" then (head v)
else if n == "extraConfigs" then (concatLists v)