From 57ac996a38a866736f3782393c9e226a84590a10 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 18 Nov 2024 22:42:31 -0600 Subject: [PATCH] Fix name of the tags array --- nix/continue.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/continue.nix b/nix/continue.nix index b4f655f..995425e 100644 --- a/nix/continue.nix +++ b/nix/continue.nix @@ -61,7 +61,7 @@ let variables = variables // { only = "-only=qemu.amd64"; }; - tag = [ "qemu" ]; + tags = [ "qemu" ]; parallel = { matrix = qemu_list; };