docker: add passthru.tests

wip/yesman
zowoq 4 years ago
parent fe78178e09
commit cdf6ffdf2e
  1. 3
      pkgs/applications/virtualization/docker/default.nix

@ -4,6 +4,7 @@
, sqlite, iproute, lvm2, systemd
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs, git
, procps, libseccomp
, nixosTests
}:
with lib;
@ -184,6 +185,8 @@ rec {
installManPage man/*/*.[1-9]
'';
passthru.tests = { inherit (nixosTests) docker; };
meta = {
homepage = "https://www.docker.com/";
description = "An open source project to pack, ship and run any application as a lightweight container";

Loading…
Cancel
Save