Add extraPullNames to cachix-action

This commit is contained in:
Daniel Winkler 2025-08-29 14:42:35 +10:00 committed by GitHub
commit b171648c44
Failed to generate hash of commit

View file

@ -25,6 +25,7 @@ jobs:
with: with:
name: rde name: rde
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community
# - uses: DeterminateSystems/magic-nix-cache-action@main # - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build ./templates/rde - run: nix build ./templates/rde
- run: nix flake check ./templates/rde - run: nix flake check ./templates/rde