From 6b0b4665c1b9a748f1a8b149a961ab3134adc409 Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Fri, 26 Jan 2024 09:23:35 +0100 Subject: [PATCH] ci: add magic nix cache --- .github/workflows/test.yaml | 1 + .github/workflows/update.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ac6a92b..86ddb95 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,4 +16,5 @@ jobs: with: extra-conf: | extra-platforms = aarch64-linux + - uses: DeterminateSystems/magic-nix-cache-action@v2 - run: nix flake check diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index ce4b3f8..b769701 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -16,6 +16,7 @@ jobs: with: extra-conf: | extra-platforms = aarch64-linux + - uses: DeterminateSystems/magic-nix-cache-action@v2 - run: | git config user.name github-actions[bot] git config user.email github-actions[bot]@users.noreply.github.com