Skip to content

Commit

Permalink
ga: remove magic-nix-cache action
Browse files Browse the repository at this point in the history
github deprecated their cache api, i've contacted flakehub for access
  • Loading branch information
Cloudef committed Jan 30, 2025
1 parent 96cfb32 commit a5fffbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix run .#test
nix run .#readme > README.md
Expand All @@ -26,7 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix run .#test
nix run .#readme
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix run .#check
nix run .#test
Expand Down

0 comments on commit a5fffbd

Please sign in to comment.