1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +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

@ -15,6 +15,9 @@ subproject('libflake')
subproject('libmain')
subproject('libcmd')
# Executables
subproject('nix')
# Docs
subproject('internal-api-docs')
subproject('external-api-docs')