Skip to content

Commit

Permalink
ci: see if this affects the NAR hash mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
r-k-b committed Feb 15, 2025
1 parent 4052999 commit fcae6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-24.11
- uses: DeterminateSystems/magic-nix-cache-action@v9

Check warning on line 28 in .github/workflows/nix.yml

View workflow job for this annotation

GitHub Actions / buildWithNix

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... - uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... - uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol
- name: Keep the Flake up-to-date and healthy
uses: DeterminateSystems/flake-checker-action@v9
Expand Down

0 comments on commit fcae6a8

Please sign in to comment.