mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: add CI_CONFIG_ROOT?
This commit is contained in:
parent
9bd2bbe80e
commit
a3ff5c3b40
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue