mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
ci: fix workflows
This commit is contained in:
parent
9c34345ee3
commit
9bd2bbe80e
3 changed files with 3 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue