1 import ./make-test-python.nix ({ pkgs, ... }: {
3 meta = with pkgs.lib.maintainers; {
4 maintainers = [ fgaz ];
7 nodes.machine = { config, pkgs, ... }: {
12 services.xserver.enable = true;
13 environment.systemPackages = [ pkgs.vengi-tools ];
21 machine.execute("vengi-voxedit >&2 &")
22 machine.wait_for_window("voxedit")
23 # Let the window load fully
25 machine.screenshot("screen")