corosync: fix tests eval
Without the change attempt to run tests fails as:
$ nix build --no-link -f. corosync.tests
error: undefined variable 'nixosTests'
68| passthru.tests = {
69| inherit (nixosTests) pacemaker;
| ^
70| };
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, enableInfiniBandRdma ? false
|
||||
, enableMonitoring ? false
|
||||
, enableSnmp ? false
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
Reference in New Issue
Block a user