diff options
| author | Seth Flynn <[email protected]> | 2025-03-13 19:45:08 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-13 19:53:52 -0400 |
| commit | 892638fcf36faea275909f58c3c5ab31d96b6597 (patch) | |
| tree | 82a7976e51005e29d63de4270ae33a28f553e788 /.github/workflows/clippy.yaml | |
| parent | 804a21f358c5e2727b46ea6499e425c8fcaca95d (diff) | |
ci: drop magic-nix-cache
Diffstat (limited to '.github/workflows/clippy.yaml')
| -rw-r--r-- | .github/workflows/clippy.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
