1 import ./make-test-python.nix ({ pkgs, lib, ... }:
4 meta.maintainers = with lib.maintainers; [ happysalada ];
6 nodes.machine = { ... }: {
7 environment.systemPackages = with pkgs; [ curl jq ];
8 services.pict-rs.enable = true;
14 machine.wait_for_unit("pict-rs")
15 machine.wait_for_open_port(8080)