nixos/podman-dnsname: init

(cherry picked from commit 54f2f1e5f1c7fd34e564a84443e8490477e26eb7)
This commit is contained in:
Robert Hensing
2021-06-02 10:20:11 +02:00
parent 9e4729617b
commit c758b69375
5 changed files with 84 additions and 0 deletions
@@ -28,6 +28,10 @@ buildGoModule rec {
doCheck = false; # NOTE: requires root privileges
passthru.tests = {
inherit (nixosTests) podman-dnsname;
};
meta = with lib; {
description = "DNS name resolution for containers";
homepage = "https://github.com/containers/dnsname";