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/update-flake.yaml | |
| parent | 804a21f358c5e2727b46ea6499e425c8fcaca95d (diff) | |
ci: drop magic-nix-cache
Diffstat (limited to '.github/workflows/update-flake.yaml')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 0a5a7f7..9114e84 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: cachix/install-nix-action@v31 - uses: DeterminateSystems/update-flake-lock@v24 with: |
