-
Notifications
You must be signed in to change notification settings - Fork 426
devenv: implement permittedUnfreePackages
#2086
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
Conversation
🔍 Suggested ReviewersBased on git blame analysis of the changed lines, the following contributors have significant experience with the modified code:
Please consider reviewing this PR as you have authored significant portions of the code being modified. Your expertise would be valuable! 🙏 This comment was automatically generated by git-blame-auto-reviewer Last updated: 2025-08-09T14:56:13.412Z |
Claude finished @sandydoo's task —— View job Reviewing PR:
|
2a5166c
to
1400fc5
Compare
1400fc5
to
dac5a62
Compare
b88fa6b
to
1d7a0a8
Compare
devenv: implement `permittedUnfreePackages`
Fixes #2081.
This doesn't exist yet in nixpkgs and is built on top of
allowUnfreePredicate
.