From bfc75e73ae4e0b17a373889532e17c5735f2f60d Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Thu, 22 Aug 2013 09:35:36 +0300 Subject: [PATCH] Update zip to zipAttrsWith since zip is obsolete. --- modules/rename.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rename.nix b/modules/rename.nix index bf6179cf369e..bc0ebf1f0919 100644 --- a/modules/rename.nix +++ b/modules/rename.nix @@ -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)