mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
C API: fix documentation build
This commit is contained in:
parent
41f1669dea
commit
55601963b3
3 changed files with 22 additions and 7 deletions
|
@ -285,6 +285,13 @@
|
|||
enableInternalAPIDocs = true;
|
||||
};
|
||||
|
||||
# API docs for Nix's C bindings.
|
||||
external-api-docs = nixpkgsFor.x86_64-linux.native.callPackage ./package.nix {
|
||||
inherit fileset;
|
||||
doBuild = false;
|
||||
enableExternalAPIDocs = true;
|
||||
};
|
||||
|
||||
# System tests.
|
||||
tests = import ./tests/nixos { inherit lib nixpkgs nixpkgsFor; } // {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue