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:
parent
82315c3807
commit
b2c35b45d2
16 changed files with 653 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue