nixosTests.run-in-machine: Port to python
This commit is contained in:
parent
d772206c49
commit
965c1785d0
@ -3,7 +3,7 @@
|
|||||||
pkgs ? import ../.. { inherit system config; }
|
pkgs ? import ../.. { inherit system config; }
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ../lib/testing.nix { inherit system pkgs; };
|
with import ../lib/testing-python.nix { inherit system pkgs; };
|
||||||
|
|
||||||
let
|
let
|
||||||
output = runInMachine {
|
output = runInMachine {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user