ci: enable caching

This commit is contained in:
FliegendeWurst 2023-09-04 22:54:48 +02:00
parent 189bc27779
commit 35c961fd55

View File

@ -41,7 +41,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
uses: DeterminateSystems/nix-installer-action@main
with:
nix_path: "${{ matrix.nixPath }}"
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
@ -49,6 +49,7 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
#- name: Setup cachix