mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: fix moar
This commit is contained in:
parent
7b4550717a
commit
2e942e43a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue