mirror of
https://github.com/NixOS/nix
synced 2025-07-10 17:13:53 +02:00
Merge pull request #10527 from hercules-ci/devShell-api-docs
devShell: enable API docs
This commit is contained in:
commit
e0a8d38dad
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@
|
||||||
|
|
||||||
# Whether to build the internal/external API docs, can be done separately from
|
# Whether to build the internal/external API docs, can be done separately from
|
||||||
# everything else.
|
# everything else.
|
||||||
, enableInternalAPIDocs ? false
|
, enableInternalAPIDocs ? forDevShell
|
||||||
, enableExternalAPIDocs ? false
|
, enableExternalAPIDocs ? forDevShell
|
||||||
|
|
||||||
# Whether to install unit tests. This is useful when cross compiling
|
# Whether to install unit tests. This is useful when cross compiling
|
||||||
# since we cannot run them natively during the build, but can do so
|
# since we cannot run them natively during the build, but can do so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue