nixosTest invocation got stricter
This commit is contained in:
parent
2c10b297ad
commit
83bc14fba8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue