From fb9e62db99effe020508a2e72737132beb60e12f Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 13:10:26 -0400 Subject: [PATCH] fix: buildAllSystems " --- ci/flake-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];