Add Nix flake install support#540
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR adds a complete Nix flakes infrastructure for packaging and distributing Recordly across multiple systems. It defines release metadata and platform-specific build logic in ChangesNix Flakes packaging and distribution
🎯 2 (Simple) | ⏱️ ~12 minutes
🚥 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Adds Nix flake support for installing Recordly from pinned release artifacts.
Motivation
This lets Nix users install or run Recordly directly from the upstream repository with:
nix profile install github:webadderallorg/Recordly#recordlynix run github:webadderallorg/Recordly#recordlyIt also documents nix-darwin usage for declarative macOS installs.
Type of Change
Testing Guide
nix flake check --all-systemsnix build .#recordly --no-linkcodesign --verify --deep --strict result/Applications/Recordly.appChecklist
Summary by CodeRabbit
Release Notes
New Features
Documentation
nix-darwinconfiguration examples.