fix: add --refresh to nix build to bust eval cache

This commit is contained in:
Christopher Mühl 2026-03-04 13:52:26 +01:00
parent 346b693bc7
commit e702f56d87
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -59,7 +59,7 @@ runs:
shell: bash shell: bash
run: | run: |
echo "Building ${{ inputs.flake-output }}..." 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 - name: Push build artifacts to Attic cache
shell: bash shell: bash