Skip to content

Commit

Permalink
experiment with nix caching
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Jun 13, 2024
1 parent e49e379 commit 3a6ad7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ inputs:
runs:
using: composite
steps:
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/nix-installer-action@v12
- uses: nix-community/cache-nix-action@v5
- name: Prepare nix dev shell
shell: nix develop .#ci -c bash -e {0}
run: |
Expand Down

0 comments on commit 3a6ad7e

Please sign in to comment.