nixos.tests.containers-imperative: fix impurity failure
I can't claim to fully understand this, but the change seems safe, and it fixes the test on my machine.
This commit is contained in:
parent
b838881f11
commit
75e4d3f2f0
@ -20,7 +20,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||||||
containers.foo.config = {};
|
containers.foo.config = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in [ pkgs.stdenv emptyContainer.config.containers.foo.path ];
|
in [ pkgs.stdenv emptyContainer.config.containers.foo.path pkgs.libxslt ];
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript =
|
testScript =
|
||||||
|
Loading…
Reference in New Issue
Block a user