fix: fix moar

This commit is contained in:
Kat Inskip 2024-10-25 13:01:12 -04:00
parent 7b4550717a
commit 2e942e43a3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -12,7 +12,7 @@ with lib; let
warnSystems = set.filter (_: system: system.ci.allowFailure) enabledNixosSystems; warnSystems = set.filter (_: system: system.ci.allowFailure) enabledNixosSystems;
toSystems = systems: string.concatMapSep " " string.escapeShellArg (set.keys systems); toSystems = systems: string.concatMapSep " " string.escapeShellArg (set.keys systems);
in '' in ''
NF_NIX_SYSTEMS=(${toSystems nixosSystems}) NF_NIX_SYSTEMS=(${toSystems enabledNixosSystems})
NF_NIX_SYSTEMS_WARN=(${toSystems warnSystems}) NF_NIX_SYSTEMS_WARN=(${toSystems warnSystems})
''; '';
buildAllSystems = pkgs.writeShellScriptBin "build-systems" '' buildAllSystems = pkgs.writeShellScriptBin "build-systems" ''