mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Base minor restructure
This commit is contained in:
parent
b383c70492
commit
83fb02ddc6
4 changed files with 30 additions and 34 deletions
|
|
@ -31,8 +31,8 @@
|
|||
echo $f
|
||||
nix run --arg config $f ci.run.gh-actions-generate
|
||||
done
|
||||
cd ${toString ./depot/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
|
||||
cd ${toString ./config/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
|
||||
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/nodes.nix)
|
||||
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
|
||||
echo $f
|
||||
|
|
@ -49,8 +49,8 @@
|
|||
echo $f
|
||||
nix run --arg config $f ci.test
|
||||
done
|
||||
cd ${toString ./depot/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
|
||||
cd ${toString ./config/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
|
||||
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/nodes.nix)
|
||||
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
|
||||
echo $f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue