knot-dns: add knot-resolver-manager_6 to .passthru.tests

This commit is contained in:
Vladimír Čunát
2026-01-16 13:25:34 +01:00
parent 54b185e352
commit 07db9279c0
+2
View File
@@ -27,6 +27,7 @@
autoreconfHook,
nixosTests,
knot-resolver_5,
knot-resolver-manager_6,
knot-dns,
runCommandLocal,
}:
@@ -116,6 +117,7 @@ stdenv.mkDerivation rec {
inherit knot-resolver_5;
}
// lib.optionalAttrs stdenv.hostPlatform.isLinux {
inherit knot-resolver-manager_6; # not very reliable on non-Linux yet
inherit (nixosTests) knot kea;
prometheus-exporter = nixosTests.prometheus-exporters.knot;
# Some dependencies are very version-sensitive, so the might get dropped