-
Notifications
You must be signed in to change notification settings - Fork 2
superficial rebrand from magic-nix-cache-action to flakehub-cache-action #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1187063 to
378c6fe
Compare
|
@colemickens I'm still seeing a fair number of references to MNC, for example in |
378c6fe to
1011fcf
Compare
|
Thanks @lucperkins, definitely patched up a few more. The remaining ones, I think, are "correct" references to |
README.md
Outdated
| | `source-revision` | The revision of `nix-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. | | | | ||
| | `startup-notification-port` | The port magic-nix-cache uses for daemon startup notification. | | 41239 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
| | `startup-notification-port` | The port magic-nix-cache uses for daemon startup notification. | | 41239 | | |
| | `startup-notification-port` | The port `magic-nix-cache` uses for daemon startup notification. | | 41239 | |
| > This means the cache is only usable in CI. | ||
| > [Zero to Nix][z2n] has an article on binary caching if you want to [share Nix builds][z2ncache] with users outside of CI. | ||
| - Automatic, authenticated integration with GitHub Actions | ||
| - Cached paths are available on developer and target machines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does "target machines" mean? maybe something like this is better:
| - Cached paths are available on developer and target machines | |
| - Cached paths are available wherever you are logged in to FlakeHub, including on developer machines |
Co-authored-by: Cole Helbling <[email protected]>
1f2cdbe to
766373a
Compare
Description
The README needs more attention, but I wanted to get this pushed up to try and test E2E with it, as it is.
Checklist