Skip to content

Commit

Permalink
ci: mnc try empty upstream cache
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Oct 30, 2023
1 parent cd8c660 commit 92f87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
authToken: ${{ inputs.authToken }}
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
upstream-cache: "https://postgrest.cachix.org"
upstream-cache: "https://nop.cachix.org" # proper but empty cache
- if: ${{ inputs.tools }}
run: nix-env -f default.nix -iA ${{ inputs.tools }}
shell: bash

0 comments on commit 92f87e3

Please sign in to comment.