1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-19 00:39:37 +01:00

pasta: wip

TODO: add original authors as commit authors
This commit is contained in:
Jörg Thalheim 2025-07-24 13:17:58 +02:00
parent 82315c3807
commit b2c35b45d2
16 changed files with 653 additions and 3 deletions

View file

@ -6,4 +6,16 @@ sources += files(
'user-lock.cc',
)
if host_machine.system() == 'linux'
sources += files(
'build/pasta.cc',
)
endif
if host_machine.system() == 'darwin'
sources += files(
'build/darwin-derivation-builder.cc',
)
endif
subdir('include/nix/store')