Merge "build internal API docs with Meson" into main

This commit is contained in:
Qyriad
2024-04-17 21:48:25 +00:00
committed by Gerrit Code Review
6 changed files with 84 additions and 6 deletions
+2 -1
View File
@@ -26,7 +26,7 @@
let
inherit (nixpkgs) lib;
officialRelease = true;
officialRelease = false;
# Set to true to build the release notes for the next release.
buildUnreleasedNotes = false;
@@ -237,6 +237,7 @@
inherit (pkgs) build-release-notes;
internalApiDocs = true;
busybox-sandbox-shell = pkgs.busybox-sandbox-shell;
buildWithMeson = true;
};
in
nix.overrideAttrs (prev: {