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
Configure nixConfig in flake.nix to automatically use the
firefly-toolbox cachix cache for downstream consumers. Accept
flake config in .envrc for local dev. Document cache push command.
Copy file name to clipboardExpand all lines: AGENTS.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,20 @@ Once you've identified that a newer version exists:
316
316
3. Update `_meta.default` to the new version.
317
317
4. Test the build and verify the binary.
318
318
319
+
## Binary Cache (Cachix)
320
+
321
+
Toolbox packages are cached on [Cachix](https://app.cachix.org/cache/firefly-toolbox) (`firefly-toolbox`). The flake's `nixConfig` automatically configures downstream consumers to use this cache.
0 commit comments