gotosocial: use containers for tests

This commit is contained in:
CherryKitten
2026-07-07 13:09:31 +02:00
parent 8359b6fe91
commit 91fe46a7d0
+1 -1
View File
@@ -3,7 +3,7 @@
name = "gotosocial";
meta.maintainers = with lib.maintainers; [ blakesmith ];
nodes.machine =
containers.machine =
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.jq ];