diff options
Diffstat (limited to '.github/workflows/nix.yml')
| -rw-r--r-- | .github/workflows/nix.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index f665988..6a34426 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -25,7 +25,8 @@ jobs: with: # Name of a cachix cache to push and pull/substitute name: ${{ steps.owner-lowercase.outputs.name }} + extraPullNames: coq # Authentication token for Cachix, needed only for private cache access - signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' # building fake mathcomp-fast target - run: nix-build https://github.com/math-comp/math-comp-nix/archive/master.tar.gz --arg config '{coq = "${{ matrix.coq }}"; mathcomp = "${{ steps.owner.outputs.name }}/${{ steps.branch-short.outputs.name }}";}' --argstr package mathcomp |
