1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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)