Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1350,7 +1350,7 @@ in tuptime = handleTest ./tuptime.nix { }; turbovnc-headless-server = handleTest ./turbovnc-headless-server.nix { }; turn-rs = handleTest ./turn-rs.nix { }; tuxguitar = handleTest ./tuxguitar.nix { }; tuxguitar = runTest ./tuxguitar.nix; twingate = runTest ./twingate.nix; typesense = handleTest ./typesense.nix { }; ucarp = handleTest ./ucarp.nix { }; Loading nixos/tests/tuxguitar.nix +21 −25 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { ... }: { name = "tuxguitar"; meta = with pkgs.lib.maintainers; { maintainers = [ ]; }; meta.maintainers = [ ]; nodes.machine = { config, pkgs, ... }: Loading @@ -26,4 +23,3 @@ import ./make-test-python.nix ( machine.screenshot("tuxguitar") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1350,7 +1350,7 @@ in tuptime = handleTest ./tuptime.nix { }; turbovnc-headless-server = handleTest ./turbovnc-headless-server.nix { }; turn-rs = handleTest ./turn-rs.nix { }; tuxguitar = handleTest ./tuxguitar.nix { }; tuxguitar = runTest ./tuxguitar.nix; twingate = runTest ./twingate.nix; typesense = handleTest ./typesense.nix { }; ucarp = handleTest ./ucarp.nix { }; Loading
nixos/tests/tuxguitar.nix +21 −25 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { ... }: { name = "tuxguitar"; meta = with pkgs.lib.maintainers; { maintainers = [ ]; }; meta.maintainers = [ ]; nodes.machine = { config, pkgs, ... }: Loading @@ -26,4 +23,3 @@ import ./make-test-python.nix ( machine.screenshot("tuxguitar") ''; } )