Skip to content

Commit

Permalink
fixup! use magic-nix-cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 5, 2024
1 parent bc55b68 commit 9ead636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# extra-conf: |
extra-conf: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE= cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ=
# substituters = https://cache.holo.host https://cache.nixos.org/
- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down

0 comments on commit 9ead636

Please sign in to comment.