From d021ec2e156982500634c3c41b29e64ed6ffecf4 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 13 Jul 2024 12:03:19 -0700 Subject: [PATCH] fix: we don't actually have that --- ci/nodes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/nodes.nix b/ci/nodes.nix index 7da9c128..f938b4dc 100644 --- a/ci/nodes.nix +++ b/ci/nodes.nix @@ -15,7 +15,7 @@ with lib; { mkSystemJob = name: system: nameValuePair "${name}" { tasks.system = { inputs = channels.nixfiles.nixosConfigurations.${name}.config.system.build.toplevel; - warn = system.config.ci.allowFailure; + #warn = system.config.ci.allowFailure; }; }; systemJobs = mapAttrs' mkSystemJob enabledSystems;