From 2f4e5c325ef6f9633fd4eb64ff4e4f9e393caf75 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Mon, 7 Jan 2019 16:36:09 -0600 Subject: [PATCH] builtins.mapAttrs back to pre2 version --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default.nix b/tests/default.nix index fd06025..f2640ed 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -10,7 +10,7 @@ let containers = pkgs.nix-update-source.fetch "${basename}/${d}/containers.json"; }; - getSpec = d: builtins.mapAttrs (fullJsonTestSpec d) (builtins.readDir d); + getSpec = d: pkgs.lib.mapAttrs (fullJsonTestSpec d) (builtins.readDir d); in (getSpec ./fulljson) // { -- 2.26.2