From 62f9200c847304d6bf15e912d1bb1542e221a0aa Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 13:36:01 -0400 Subject: [PATCH] fix: make flake update use wrapped package --- 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 de774988..ae322a87 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -41,7 +41,7 @@ in { step.flake-update = { name = "flake update build"; order = 500; - run = "${buildAllSystems}/bin/build-systems"; + run = "nix run .#nf-update"; env = { CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}"; DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";