-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 456f09d76fca
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f409d0879e4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 5 files changed
- 3 contributors
Commits on Mar 5, 2019
-
nixos: doc: optionally include all modules in manual generation
Before this change `man 5 configuration.nix` would only show options of modules in the `baseModules` set, which consists only of the list of modules in `nixos/modules/module-list.nix` With this change applied and `documentation.nixos.includeAllModules` option enabled all modules included in `configuration.nix` file will be used instead. This makes configurations with custom modules self-documenting. It also means that importing non-`baseModules` modules like `gce.nix` or `azure.nix` will make their documentation available in `man 5 configuration.nix`. `documentation.nixos.includeAllModules` is currently set to `false` by default as enabling it usually uncovers bugs and prevents evaluation. It should be set to `true` in a release or two. This was originally implemented in #47177, edited for more configurability, documented and rebased onto master by @oxij.
Configuration menu - View commit details
-
Copy full SHA for 2e75a7b - Browse repository at this point
Copy the full SHA 2e75a7bView commit details -
nixos: doc: increase maxdepth for xsltproc
See #37903 (comment) for details. With the previous patch and some custom modules included in `configuration.nix` the above bug is very easy to trigger. This is a simplest workaround I have. A proper solution would look like #37903 (comment).
Configuration menu - View commit details
-
Copy full SHA for ca496b1 - Browse repository at this point
Copy the full SHA ca496b1View commit details -
lib: optionAttrSetToDocList: warn instead of throwing on options with…
…out descriptions For convenience, it's not like not having a description is deadly or something.
Configuration menu - View commit details
-
Copy full SHA for a53b3ba - Browse repository at this point
Copy the full SHA a53b3baView commit details -
Merge pull request #56020 from oxij/pull/47177-nixos-doc-include-all-…
…modules-edited nixos: doc: include all modules in manual generation
Configuration menu - View commit details
-
Copy full SHA for 1f409d0 - Browse repository at this point
Copy the full SHA 1f409d0View commit details
There are no files selected for viewing