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" ''