From 139b92a8b4fd5bc5de51e18d2f0252d1b611a855 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 26 Jun 2023 15:47:39 -0400 Subject: [PATCH] Fix links in the README. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 258e29a..dd0d8d7 100644 --- a/README.md +++ b/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-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 | + +[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