mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
devShell: enable API docs
Affects both the deps and the configure flags in configurePhase.
This commit is contained in:
parent
74e4bc9b1d
commit
45a1142a8e
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…
Reference in a new issue