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.

+1 -1
+1 -1
nixos/tests/containers-imperative.nix
··· 20 20 containers.foo.config = {}; 21 21 }; 22 22 }; 23 - in [ pkgs.stdenv emptyContainer.config.containers.foo.path ]; 23 + in [ pkgs.stdenv emptyContainer.config.containers.foo.path pkgs.libxslt ]; 24 24 }; 25 25 26 26 testScript =