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 {