nixosTests.run-in-machine: Port to python

This commit is contained in:
Jacek Galowicz 2020-02-14 08:50:55 +01:00
parent d772206c49
commit 965c1785d0

View file

@ -3,7 +3,7 @@
pkgs ? import ../.. { inherit system config; }
}:
with import ../lib/testing.nix { inherit system pkgs; };
with import ../lib/testing-python.nix { inherit system pkgs; };
let
output = runInMachine {