mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
Add another configure flag assertion
This commit is contained in:
parent
7e2b1cce6a
commit
6e0656c66c
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@ in {
|
||||||
# We have to build the manual to build unreleased notes, as those
|
# We have to build the manual to build unreleased notes, as those
|
||||||
# are part of the manual
|
# are part of the manual
|
||||||
(buildUnreleasedNotes -> enableManual)
|
(buildUnreleasedNotes -> enableManual)
|
||||||
|
# The build process for the manual currently requires extracting
|
||||||
|
# data from the Nix executable we are trying to document.
|
||||||
|
(enableManual -> doBuild)
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue