mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Merge pull request #5 from DeterminateSystems/grahamc-patch-1
Fix links in the README.
This commit is contained in:
commit
a6e7fb2bde
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -84,3 +84,16 @@ cat action.yml| nix run nixpkgs#yq-go -- '[[ "Parameter", "Description", "Requir
|
||||||
| `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
|
| `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
|
||||||
| `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | |
|
| `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | |
|
||||||
| `upstream-cache` | Your preferred upstream cache. Store paths in this store will not be cached in GitHub Actions' cache. | | https://cache.nixos.org |
|
| `upstream-cache` | Your preferred upstream cache. Store paths in this store will not be cached in GitHub Actions' cache. | | https://cache.nixos.org |
|
||||||
|
|
||||||
|
[detsys]: https://determinate.systems/
|
||||||
|
[action]: https://github.com/DeterminateSystems/magic-nix-cache-action/
|
||||||
|
[installer]: https://github.com/DeterminateSystems/nix-installer/
|
||||||
|
[ghacache]: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
|
||||||
|
[privacy]: https://determinate.systems/privacy
|
||||||
|
[telemetry]: https://github.com/DeterminateSystems/magic-nix-cache/blob/main/magic-nix-cache/src/telemetry.rs
|
||||||
|
[semantics]: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
|
||||||
|
[z2ncache]: https://zero-to-nix.com/concepts/caching#binary-caches
|
||||||
|
[zhaofeng]: https://github.com/zhaofengli/
|
||||||
|
[attic]: https://github.com/zhaofengli/attic
|
||||||
|
[colmena]: https://github.com/zhaofengli/colmena
|
||||||
|
[z2n]: https://zero-to-nix.com
|
||||||
|
|
Loading…
Reference in a new issue