-
Notifications
You must be signed in to change notification settings - Fork 0
Add NUR (Nix User Repository) support to enable community packages #68
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
base: master
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Co-authored-by: LarsArtmann <23587853+LarsArtmann@users.noreply.github.com>
Co-authored-by: LarsArtmann <23587853+LarsArtmann@users.noreply.github.com>
2db3525 to
8eb4f3f
Compare
This PR adds support for the Nix User Repository (NUR) to provide access to community-maintained packages that may not be available in the main nixpkgs repository, such as always up-to-date versions of tools like goreleaser.
Changes Made
Core Integration
Documentation
Usage
NUR packages can now be accessed via the standard pattern:
For example, to use goreleaser from NUR:
Next Steps
After merging, users should:
nix flake update ./dotfiles/nix/to update flake.lock with NURjust switchornh darwin switch ./dotfiles/nix/The implementation follows Nix best practices by:
Fixes #67.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
nixos.orgcurl -L REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.