From e702f56d8794aaa9e45cdfdd4dbd8bc6e2249e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Wed, 4 Mar 2026 13:52:26 +0100 Subject: [PATCH] fix: add --refresh to nix build to bust eval cache --- docker-build-nix/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build-nix/action.yaml b/docker-build-nix/action.yaml index 04de7c8..d9cf3ef 100644 --- a/docker-build-nix/action.yaml +++ b/docker-build-nix/action.yaml @@ -59,7 +59,7 @@ runs: shell: bash run: | echo "Building ${{ inputs.flake-output }}..." - nix build "${{ inputs.flake-output }}" --print-build-logs + nix build "${{ inputs.flake-output }}" --print-build-logs --refresh - name: Push build artifacts to Attic cache shell: bash