nixosTests.run-in-machine: Port to python

gstqt5
Jacek Galowicz 2020-02-14 08:50:55 +01:00
parent d772206c49
commit 965c1785d0
1 changed files with 1 additions and 1 deletions

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 {