modules: add edgeCacheSubstituters options#187
Conversation
c4db89b to
614ed7e
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds ChangesEdge cache substituters across platforms
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
| # the Determinate Nixd-managed /etc/nix/nix.conf. | ||
| environment.etc."nix/nix.conf".target = "nix/nix.custom.conf"; | ||
|
|
||
| environment.etc."determinate/config.json" = lib.mkIf (cfg.edgeCacheSubstituters != null) { |
There was a problem hiding this comment.
Mental note that we should probably strive for parity between nix-darwin and NixOS here
There was a problem hiding this comment.
Is that just a general note? I did update nix-darwin also (that's what I tested with)
Summary by CodeRabbit