Warn on mnc usage #296
ci.yml
on: pull_request
Build
1m 3s
Matrix: run-systems
Test: Nix not installed
7s
Run x86_64-linux, Untrusted
17s
success
0s
Annotations
4 warnings
Test: Nix not installed
This action is in no-op mode because Nix is not installed. Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow.
|
Magic Nix Cache is deprecated:
.github/workflows/ci.yml#L17
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@main
With:
- uses: DeterminateSystems/flakehub-cache-action@main
For more details: https://dtr.mn/magic-nix-cache-eol
|
Magic Nix Cache is deprecated:
.github/workflows/flakehub-cache.yml#L27
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@main
With:
- uses: DeterminateSystems/flakehub-cache-action@main
For more details: https://dtr.mn/magic-nix-cache-eol
|
Run x86_64-linux, Untrusted
The Nix daemon does not consider the user running this workflow to be trusted. Magic Nix Cache is disabled.
|