3
0
Fork 0
forked from mirrors/nixpkgs

containerd: add passthru.tests

This commit is contained in:
zowoq 2020-11-22 10:59:08 +10:00
parent dbbd289982
commit fe78178e09

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, installShellFiles, utillinux }:
{ lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, installShellFiles, utillinux, nixosTests }:
with lib;
@ -42,6 +42,8 @@ buildGoPackage rec {
installManPage man/*.[1-9]
'';
passthru.tests = { inherit (nixosTests) docker; };
meta = {
homepage = "https://containerd.io/";
description = "A daemon to control runC";