repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python.pkgs.pyqt5: 5.14.2 -> 5.15.0
[NixPkgs.git]
/
nixos
/
tests
/
qboot.nix
blob
12aef6decfaed2ef4f403e05b6a4f53f89115448
1
import ./make-test-python.nix ({ pkgs, ...} : {
2
name = "qboot";
3
4
machine = { ... }: {
5
virtualisation.bios = pkgs.qboot;
6
};
7
8
testScript =
9
''
10
start_all()
11
machine.wait_for_unit("multi-user.target")
12
'';
13
})