Warn on mnc usage #285
ci.yml
on: pull_request
Build
1m 5s
Matrix: run-systems
Test: Nix not installed
5s
Run x86_64-linux, Untrusted
18s
success
0s
Annotations
7 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 is deprecated, and will stop working on February 1.
Use FlakeHub Cache instead:
```suggestion
uses: DeterminateSystems/flakehub-cache-action@main
```
See https://flakehub.com/cache?mnc
|
Magic Nix Cache is deprecated:
.github/workflows/ci.yml#L22
Magic Nix Cache is deprecated, and will stop working on February 1.
Use FlakeHub Cache instead:
```suggestion
- uses: DeterminateSystems/flakehub-cache-action@main
```
See https://flakehub.com/cache?mnc
|
Magic Nix Cache is deprecated:
.github/workflows/ci.yml#L64
Magic Nix Cache is deprecated, and will stop working on February 1.
Use FlakeHub Cache instead:
```suggestion
uses: DeterminateSystems/flakehub-cache-action@main
```
See https://flakehub.com/cache?mnc
|
Magic Nix Cache is deprecated:
.github/workflows/ci.yml#L104
Magic Nix Cache is deprecated, and will stop working on February 1.
Use FlakeHub Cache instead:
```suggestion
uses: DeterminateSystems/flakehub-cache-action@main
```
See https://flakehub.com/cache?mnc
|
Magic Nix Cache is deprecated:
.github/workflows/flakehub-cache.yml#L27
Magic Nix Cache is deprecated, and will stop working on February 1.
Use FlakeHub Cache instead:
```suggestion
- uses: DeterminateSystems/flakehub-cache-action@main
```
See https://flakehub.com/cache?mnc
|
Run x86_64-linux, Untrusted
The Nix daemon does not consider the user running this workflow to be trusted. Magic Nix Cache is disabled.
|