Update build system to depend on Nix 2.26

This commit is contained in:
John Ericson
2025-02-13 20:50:11 -05:00
parent 4dc0f11379
commit 341b2f1309
4 changed files with 26 additions and 14 deletions

View File

@ -27,6 +27,7 @@ testenv.prepend('PERL5LIB',
separator: ':'
)
testenv.prepend('PATH',
fs.parent(find_program('nix').full_path()),
fs.parent(hydra_evaluator.full_path()),
fs.parent(hydra_queue_runner.full_path()),
meson.project_source_root() / 'src/script',