about summary refs log tree commit diff
path: root/nixos/tests/guix
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2024-01-13 18:18:20 -0800
committerJade Lovelace <software@lfcode.ca>2024-01-19 00:11:34 -0800
commit843b3e7aa982e4c24407aabf2537ef529561b465 (patch)
treeabe9a4b93d7781d6324cb84358e90765387ecf9d /nixos/tests/guix
parenta8a9424e4fc91dfc116e5f59df7e4c5f7dcb7dde (diff)
nixos/tests: fix guix under network-online dep fix
Diffstat (limited to 'nixos/tests/guix')
-rw-r--r--nixos/tests/guix/publish.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/guix/publish.nix b/nixos/tests/guix/publish.nix
index a15e00b0fa981..eb56fc97478cc 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