From 83bc14fba8fe85db476954da697499c132e3d5c9 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 8 Apr 2022 00:03:31 +0200 Subject: [PATCH] nixosTest invocation got stricter --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default.nix b/tests/default.nix index 978585e..70012ac 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -30,7 +30,7 @@ recurseIntoAttrs { testWithPodman = if arionTestingFlags.nixosHasPodmanDockerSocket - then nixosTest (pkgs.callPackage ./arion-test { usePodman = true; }) + then nixosTest (import ./arion-test { usePodman = true; inherit pkgs lib; }) else {}; testBuild = arion.build {