From cf983504ea8b7fb81051aa2904378c2aa30aae31 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Jan 2024 16:34:35 +0100 Subject: [PATCH] Fix magic-nix-cache-action-priv branch --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a88f13d..5a8f181 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,7 +71,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action-priv@attic-v2 + - uses: DeterminateSystems/magic-nix-cache-action-priv@main - name: Build package run: "nix build .# -L --fallback"