1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 13:03:55 +02:00

Merge pull request #10527 from hercules-ci/devShell-api-docs

devShell: enable API docs
This commit is contained in:
Eelco Dolstra 2024-04-17 15:35:35 +02:00 committed by GitHub
commit e0a8d38dad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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