summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-13 19:45:08 -0400
committerSeth Flynn <[email protected]>2025-03-13 19:53:52 -0400
commit892638fcf36faea275909f58c3c5ab31d96b6597 (patch)
tree82a7976e51005e29d63de4270ae33a28f553e788 /.github/workflows/ci.yaml
parent804a21f358c5e2727b46ea6499e425c8fcaca95d (diff)
ci: drop magic-nix-cache
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 90bab5d..64e0a97 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -34,10 +34,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 build
run: |
@@ -53,10 +50,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 flake checks
run: |