Update zip to zipAttrsWith since zip is obsolete.

This commit is contained in:
Evgeny Egorochkin
2013-08-22 10:40:50 +03:00
parent fa841f033e
commit bfc75e73ae
+1 -1
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)