docker: add passthru.tests
This commit is contained in:
parent
fe78178e09
commit
cdf6ffdf2e
@ -4,6 +4,7 @@
|
|||||||
, sqlite, iproute, lvm2, systemd
|
, sqlite, iproute, lvm2, systemd
|
||||||
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs, git
|
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs, git
|
||||||
, procps, libseccomp
|
, procps, libseccomp
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
@ -184,6 +185,8 @@ rec {
|
|||||||
installManPage man/*/*.[1-9]
|
installManPage man/*/*.[1-9]
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests) docker; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.docker.com/";
|
homepage = "https://www.docker.com/";
|
||||||
description = "An open source project to pack, ship and run any application as a lightweight container";
|
description = "An open source project to pack, ship and run any application as a lightweight container";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user