mirror of
https://github.com/NixOS/nix
synced 2025-07-09 12:03:55 +02:00
tests: Fix installTests
This commit is contained in:
parent
3556f6bf4c
commit
2b5365bcf7
2 changed files with 3 additions and 1 deletions
|
@ -99,6 +99,8 @@ mkMesonDerivation (
|
|||
|
||||
}
|
||||
// lib.optionalAttrs (test-daemon != null) {
|
||||
# TODO rename to _NIX_TEST_DAEMON_PACKAGE
|
||||
NIX_DAEMON_PACKAGE = test-daemon;
|
||||
_NIX_TEST_CLIENT_VERSION = nix-cli.version;
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue