From 892638fcf36faea275909f58c3c5ab31d96b6597 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 13 Mar 2025 19:45:08 -0400 Subject: ci: drop magic-nix-cache --- .github/workflows/clippy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/clippy.yaml') diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 0c5c632..2a626a7 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -32,10 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 - - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v8 + uses: cachix/install-nix-action@v31 - name: Run clippy id: clippy-run -- cgit v1.2.3