From 2e942e43a38d4e27652ae84738b0be82ab5b53d4 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 13:01:12 -0400 Subject: [PATCH] fix: fix moar --- ci/flake-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index e29c5718..7661f5e4 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -12,7 +12,7 @@ with lib; let warnSystems = set.filter (_: system: system.ci.allowFailure) enabledNixosSystems; toSystems = systems: string.concatMapSep " " string.escapeShellArg (set.keys systems); in '' - NF_NIX_SYSTEMS=(${toSystems nixosSystems}) + NF_NIX_SYSTEMS=(${toSystems enabledNixosSystems}) NF_NIX_SYSTEMS_WARN=(${toSystems warnSystems}) ''; buildAllSystems = pkgs.writeShellScriptBin "build-systems" ''