feat: add CI_CONFIG_ROOT?

This commit is contained in:
Kat Inskip 2024-10-25 14:06:49 -04:00
parent 9bd2bbe80e
commit a3ff5c3b40
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -9,6 +9,7 @@
in {
exports = ''
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
export CI_CONFIG_ROOT=$NF_CONFIG_ROOT
'';
exportsSystems = let
warnSystems = set.filter (_: system: system.config.ci.allowFailure) enabledNixosSystems;