1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 18:00:55 +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

@ -27,3 +27,10 @@ option(
value : false,
description : 'Build benchmarks (requires gbenchmark)',
)
option(
'pasta-path',
type : 'string',
value : 'pasta',
description : 'Path to the location of pasta (provided by passt)',
)