1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

tests: Fix installTests

(cherry picked from commit 2b5365bcf7)
This commit is contained in:
Robert Hensing 2025-02-18 15:55:19 +01:00
parent b175e5bb6d
commit fd062585ac
2 changed files with 3 additions and 1 deletions

View file

@ -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;
}
)