diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index c579d852..a41fc03c 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -17,7 +17,7 @@ with lib; let ''; buildAllSystems = pkgs.writeShellScriptBin "build-systems" '' ${exportsSystems} - nix run .#nf-actions-test"; + nix run .#nf-actions-test ''; in { imports = [./common.nix];