1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Document the nix-util Meson build system more extensively

I hope this will make it easier to maintain, and also make it easier for
others to assist with porting the rest of the build system to Meson.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
John Ericson 2024-06-13 10:50:15 -04:00
parent afdd12be5e
commit 56f0b5304f
4 changed files with 71 additions and 23 deletions

View file

@ -243,6 +243,7 @@
changelog-d;
default = self.packages.${system}.nix;
} // lib.concatMapAttrs
# We need to "flatten" packages we care about to pass `flake check`.
(pkgName: {}: {
"${pkgName}" = nixpkgsFor.${system}.native.${pkgName};
"${pkgName}-static" = nixpkgsFor.${system}.static.${pkgName};