From 91fe46a7d0b688fa3fb764e34051dc62fe76f488 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Tue, 7 Jul 2026 13:09:31 +0200 Subject: [PATCH] gotosocial: use containers for tests --- nixos/tests/web-apps/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/web-apps/gotosocial.nix b/nixos/tests/web-apps/gotosocial.nix index d9e50ecaa150..bf74bcf09887 100644 --- a/nixos/tests/web-apps/gotosocial.nix +++ b/nixos/tests/web-apps/gotosocial.nix @@ -3,7 +3,7 @@ name = "gotosocial"; meta.maintainers = with lib.maintainers; [ blakesmith ]; - nodes.machine = + containers.machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.jq ];