-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Add documentation for nixpkgs.config settings #5953
Conversation
…eePredicate, whitelistedLicenses, blacklistedLicenses)
🍺 That's a good start. We have to document how it's used outside of NixOS. So given a file
|
What are valid values for |
@iElectric , @geerds I justed pushed fixups for the stuff you mentioned. |
Thanks, I'll take it from here :) |
I'd continue improving it, if you tell me what to improve! Or do you mean you'll merge it? |
Thanks! Pushed and updated in 8408136 |
Why not merging it via |
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xml:id="chap-packageconfig"> | ||
|
||
<title>nixpkgs configuration</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title should be capitalized.
This PR is a follow-up PR for #5892
It documents the following settings:
allowUnfree
allowUnfreePredicate
whitelistedLicenses
blacklistedLicenses
Feel free to suggest more documentation at the appropriate places.