1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

More interesting dynamic derivations example

Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
This commit is contained in:
John Ericson 2025-02-05 17:22:56 -05:00
parent 07f853b295
commit 222a57c9ca
3 changed files with 94 additions and 0 deletions

View file

@ -15,6 +15,7 @@ suites += {
'failing-outer.sh',
'dep-built-drv.sh',
'old-daemon-error-hack.sh',
'dep-built-drv-2.sh',
],
'workdir': meson.current_source_dir(),
}