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

Package the Nix CLI with Meson

Co-Authored-By: Qyriad <qyriad@qyriad.me>
This commit is contained in:
John Ericson 2024-07-05 16:21:20 -04:00
parent f1d88e0f27
commit 7a6269ba7b
21 changed files with 326 additions and 18 deletions

View file

@ -32,6 +32,9 @@ in
nix-cmd = callPackage ../src/libcmd/package.nix { };
# Will replace `nix` once the old build system is gone.
nix-ng = callPackage ../src/nix/package.nix { };
nix-internal-api-docs = callPackage ../src/internal-api-docs/package.nix { };
nix-external-api-docs = callPackage ../src/external-api-docs/package.nix { };