Skip to content

Commit 27fe4bb

Browse files
committed
chore: remove cachix caching
1 parent 4d98e44 commit 27fe4bb

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Install Nix
3333
uses: DeterminateSystems/nix-installer-action@main
3434

35-
- name: Cache Nix store
36-
uses: DeterminateSystems/magic-nix-cache-action@main
37-
3835
- name: Build via Nix
3936
run: nix build
4037

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- name: Install Nix
2020
uses: DeterminateSystems/nix-installer-action@main
2121

22-
- name: Cache Nix store
23-
uses: DeterminateSystems/magic-nix-cache-action@main
24-
2522
- name: Check for flake configurations
2623
run: nix flake check --all-systems --show-trace
2724

0 commit comments

Comments
 (0)