From 843b3e7aa982e4c24407aabf2537ef529561b465 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sat, 13 Jan 2024 18:18:20 -0800 Subject: [PATCH] nixos/tests: fix guix under network-online dep fix --- nixos/tests/guix/publish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/guix/publish.nix b/nixos/tests/guix/publish.nix index a15e00b0fa98..eb56fc97478c 100644 --- a/nixos/tests/guix/publish.nix +++ b/nixos/tests/guix/publish.nix @@ -80,6 +80,7 @@ in { # Now it's the client turn to make use of it. substitute_server = "http://server.local:${toString publishPort}" + client.systemctl("start network-online.target") client.wait_for_unit("network-online.target") response = client.succeed(f"curl {substitute_server}") assert "Guix Substitute Server" in response