You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,7 +76,7 @@ When the rate limit is exceeded while uploading to the cache, the remainder of t
73
76
74
77
### Upstream cache
75
78
76
-
When you configure an upstream cache for the Magic Nix Cache, any store paths fetched from that source are *not* cached because they are known to be fetchable on future workflow runs.
79
+
When you configure an upstream cache for the Magic Nix Cache, any store paths fetched from that source are _not_ cached because they are known to be fetchable on future workflow runs.
77
80
The default is `https://cache.nixos.org` but you can set a different upstream:
78
81
79
82
```yaml
@@ -83,27 +86,28 @@ The default is `https://cache.nixos.org` but you can set a different upstream:
| `diagnostic-endpoint` | Diagnostic endpoint url where diagnostics and performance data is sent. To disable set this to an empty string. | | https://install.determinate.systems/magic-nix-cache/perf |
93
-
| `flakehub-api-server` | The FlakeHub API server. | | https://api.flakehub.com |
| `flakehub-flake-name` | The name of your flake on FlakeHub. Defaults to the current name of the GitHub repository it is running in. | | |
96
-
| `listen` | The host and port to listen on. | | 127.0.0.1:37515 |
97
-
| `source-binary` | Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options. | | |
98
-
| `source-branch` | The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | main |
99
-
| `source-pr` | The PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
100
-
| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
101
-
| `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
102
-
| `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | |
103
-
| `startup-notification-port` | The port magic-nix-cache uses for daemon startup notification. | | 41239 |
104
-
| `upstream-cache` | Your preferred upstream cache. Store paths in this store will not be cached in GitHub Actions' cache. | | https://cache.nixos.org |
105
-
| `use-flakehub` | Whether to upload build results to FlakeHub Cache. | | true |
106
-
| `use-gha-cache` | Whether to upload build results to the GitHub Actions cache. | | true |
| `diagnostic-endpoint` | Diagnostic endpoint url where diagnostics and performance data is sent. To disable set this to an empty string. | | https://install.determinate.systems/magic-nix-cache/perf |
97
+
| `flakehub-api-server` | The FlakeHub API server. | | https://api.flakehub.com |
| `flakehub-flake-name` | The name of your flake on FlakeHub. Defaults to the current name of the GitHub repository it is running in. | | |
100
+
| `listen` | The host and port to listen on. | | 127.0.0.1:37515 |
101
+
| `source-binary` | Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options. | | |
102
+
| `source-branch` | The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | main |
103
+
| `source-pr` | The PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
104
+
| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
105
+
| `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
106
+
| `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | |
107
+
| `startup-notification-port` | The port magic-nix-cache uses for daemon startup notification. | | 41239 |
108
+
| `upstream-cache` | Your preferred upstream cache. Store paths in this store will not be cached in GitHub Actions' cache. | | https://cache.nixos.org |
109
+
| `use-flakehub` | Whether to upload build results to FlakeHub Cache (private beta). | | true |
110
+
| `use-gha-cache` | Whether to upload build results to the GitHub Actions cache. | | true |
0 commit comments