aardvark-dns: add podman to passthru.tests

This commit is contained in:
zowoq 2022-08-18 16:02:54 +10:00
parent bf052185a3
commit cf4d35fe60

View file

@ -1,6 +1,7 @@
{ lib { lib
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, nixosTests
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@ -16,6 +17,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-naWkSXQHfImd6R+RHKkmTe8UiqxknZEFYoJ0g/URCVY="; cargoHash = "sha256-naWkSXQHfImd6R+RHKkmTe8UiqxknZEFYoJ0g/URCVY=";
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; { meta = with lib; {
description = "Authoritative dns server for A/AAAA container records"; description = "Authoritative dns server for A/AAAA container records";
homepage = "https://github.com/containers/aardvark-dns"; homepage = "https://github.com/containers/aardvark-dns";