Skip to content

Commit

Permalink
devShell: enable API docs
Browse files Browse the repository at this point in the history
Affects both the deps and the configure flags in configurePhase.
  • Loading branch information
roberth committed Apr 17, 2024
1 parent 74e4bc9 commit 45a1142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45a1142

Please sign in to comment.