diff --git a/wrappers/exports.nix b/wrappers/exports.nix index fab8506d..cb225874 100644 --- a/wrappers/exports.nix +++ b/wrappers/exports.nix @@ -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;