dnsdist: inherit both NixOS tests

Otherwise `nix-build -A dnsdist.tests` doesn't build anything.
This commit is contained in:
Robert Schütz 2026-06-26 21:58:55 -07:00
commit 261068a53f

View file

@ -89,9 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) dnsdist;
};
passthru.tests = nixosTests.dnsdist;
meta = {
changelog = "https://www.dnsdist.org/changelog.html";