aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQyriad <qyriad@qyriad.me>2024-04-17 21:48:25 +0000
committerGerrit Code Review <gerrit@lix>2024-04-17 21:48:25 +0000
commitcf0744ceed3b70114ea7b832ae0d02b72d2abfe5 (patch)
treefbc826574b7dc531469adec302269da20b9815da /flake.nix
parent6d79aa3d70a65b9eba2982325a8b6d149cbef453 (diff)
parentb81eec6ed56e5a5ad448359fc3d7755b68e59d0b (diff)
Merge "build internal API docs with Meson" into main
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 716b9c0cd..bb03b16ab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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: {