Warn on mnc usage #285
Annotations
6 warnings
Cache the store:
.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
|
Cache the store:
.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
|
Cache the store:
.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
|
Cache the store:
.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
|
Cache the store:
.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
|
Cache the store
The Nix daemon does not consider the user running this workflow to be trusted. Magic Nix Cache is disabled.
|
Loading