diff --git a/config/trusted b/config/trusted index cae839f2..0ab02e0c 160000 --- a/config/trusted +++ b/config/trusted @@ -1 +1 @@ -Subproject commit cae839f2e9b8406766e4ac67c87c035a76fb6ec0 +Subproject commit 0ab02e0c606c92d97765c55285ce5a1742923d5e diff --git a/shell.nix b/shell.nix index 3ac14026..ee072884 100644 --- a/shell.nix +++ b/shell.nix @@ -33,13 +33,6 @@ let echo $f nix run --argstr config "$f" ci.run.gh-actions-generate done - 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 - nix run --argstr config "$f" ci.run.gh-actions-generate - done cd $START_DIR ''; nf-actions-test = pkgs.writeShellScriptBin "nf-actions-test" '' @@ -51,13 +44,6 @@ let echo $f nix run --argstr config "$f" ci.test done - 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 - nix run --argstr config "$f" ci.test - done cd $START_DIR ''; in