1 import ./make-test-python.nix ({ lib, pkgs, ... }:
9 environment.etc."alloy/config.alloy".text = "";
16 meta = with lib.maintainers; {
17 maintainers = [ flokli hbjydev ];
25 machine.wait_for_unit("alloy.service")
26 machine.wait_for_open_port(12345)
28 "curl -sSfN http://127.0.0.1:12345/-/healthy"