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

+1
+1
pkgs/servers/corosync/default.nix
··· 4 4 , enableInfiniBandRdma ? false 5 5 , enableMonitoring ? false 6 6 , enableSnmp ? false 7 + , nixosTests 7 8 }: 8 9 9 10 with lib;