mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +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
|
||||
# everything else.
|
||||
, enableInternalAPIDocs ? false
|
||||
, enableExternalAPIDocs ? false
|
||||
, enableInternalAPIDocs ? forDevShell
|
||||
, enableExternalAPIDocs ? forDevShell
|
||||
|
||||
# Whether to install unit tests. This is useful when cross compiling
|
||||
# since we cannot run them natively during the build, but can do so
|
||||
|
|
Loading…
Add table
Reference in a new issue