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

Build nix-util-c with meson and unit test

This commit is contained in:
Robert Hensing 2024-06-25 15:35:47 +02:00
parent 5f4f789144
commit ac89828b5a
16 changed files with 750 additions and 1 deletions

View file

@ -36,6 +36,9 @@ let
forAllPackages = lib.genAttrs [
"nix"
"nix-util"
"nix-util-c"
"nix-util-test-support"
"nix-util-test"
"nix-store"
"nix-fetchers"
];