Add another configure flag assertion

This commit is contained in:
John Ericson 2023-12-03 18:53:05 -05:00
parent 7e2b1cce6a
commit 6e0656c66c

View file

@ -363,6 +363,9 @@ in {
# We have to build the manual to build unreleased notes, as those
# are part of the manual
(buildUnreleasedNotes -> enableManual)
# The build process for the manual currently requires extracting
# data from the Nix executable we are trying to document.
(enableManual -> doBuild)
]);
};