Skip to content

Commit

Permalink
Improve Nix in CI (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Sep 17, 2023
1 parent 58569ba commit a2853a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/composites/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:

steps:
- name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
## Access token to avoid triggering GitHub's rate limiting.
Expand All @@ -21,7 +21,7 @@ runs:
- name: Setup Nix caches
uses: cachix/cachix-action@v12
with:
name: scd-niols-fr
name: morbig
## This auth token will give write access to the cache, meaning that
## everything that happens in CI will be pushed at the end of the job.
authToken: "${{ inputs.cachixAuthToken }}"

0 comments on commit a2853a7

Please sign in to comment.