diff options
author | Qyriad <qyriad@qyriad.me> | 2024-04-17 21:48:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-04-17 21:48:25 +0000 |
commit | cf0744ceed3b70114ea7b832ae0d02b72d2abfe5 (patch) | |
tree | fbc826574b7dc531469adec302269da20b9815da /flake.nix | |
parent | 6d79aa3d70a65b9eba2982325a8b6d149cbef453 (diff) | |
parent | b81eec6ed56e5a5ad448359fc3d7755b68e59d0b (diff) |
Merge "build internal API docs with Meson" into main
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: { |