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:
Vladimír Čunát 2018-04-02 11:40:46 +02:00
parent b838881f11
commit 75e4d3f2f0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -20,7 +20,7 @@ import ./make-test.nix ({ pkgs, ...} : {
containers.foo.config = {};
};
};
in [ pkgs.stdenv emptyContainer.config.containers.foo.path ];
in [ pkgs.stdenv emptyContainer.config.containers.foo.path pkgs.libxslt ];
};
testScript =