mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
11 lines
261 B
Meson
11 lines
261 B
Meson
# This is just a stub project to include all the others as subprojects
|
|
# for development shell purposes
|
|
|
|
project('nix-dev-shell', 'cpp',
|
|
version : files('.version'),
|
|
subproject_dir : 'src',
|
|
)
|
|
|
|
subproject('libutil')
|
|
subproject('libstore')
|
|
subproject('perl')
|