Update zip to zipAttrsWith since zip is obsolete.
This commit is contained in:
parent
fa841f033e
commit
bfc75e73ae
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue