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
+1
View File
@@ -334,6 +334,7 @@ in
plotinus = handleTest ./plotinus.nix {};
podgrab = handleTest ./podgrab.nix {};
podman = handleTestOn ["x86_64-linux"] ./podman.nix {};
podman-dnsname = handleTestOn ["x86_64-linux"] ./podman-dnsname.nix {};
podman-tls-ghostunnel = handleTestOn ["x86_64-linux"] ./podman-tls-ghostunnel.nix {};
pomerium = handleTestOn ["x86_64-linux"] ./pomerium.nix {};
postfix = handleTest ./postfix.nix {};