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:
Sergei Trofimovich 2023-12-28 20:37:13 +00:00
parent ae9397e83b
commit ca0f0e3545
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
, enableInfiniBandRdma ? false
, enableMonitoring ? false
, enableSnmp ? false
, nixosTests
}:
with lib;