From f2e2fb419a99f12c35407408eda4bf18b424783a Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 15 May 2021 23:26:30 +0100 Subject: [PATCH] shell: test fix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 426d857f..8e94f63c 100644 --- a/shell.nix +++ b/shell.nix @@ -27,7 +27,7 @@ NF_CONFIG_FILES=($NF_CONFIG_ROOT/hosts.nix) for f in "''${NF_CONFIG_FILES[@]}"; do echo $f - nix run --arg config $f ci.run.gh-actions-generate + nix run --arg config $f ci.test done cd ${toString ./trusted} export TRUSTED_CONFIG_ROOT=${toString ./trusted}/ci