ci: fix workflows

This commit is contained in:
Kat Inskip 2024-10-25 13:50:00 -04:00
parent 9c34345ee3
commit 9bd2bbe80e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 3 additions and 64 deletions

View file

@ -8,7 +8,7 @@
enabledNixosSystems = set.filter (_: system: system.config.ci.enable && system.config.type == "NixOS") systems;
in {
exports = ''
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../../.}}
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
'';
exportsSystems = let
warnSystems = set.filter (_: system: system.config.ci.allowFailure) enabledNixosSystems;