forked from mirrors/nixpkgs
containerd: add passthru.tests
This commit is contained in:
parent
dbbd289982
commit
fe78178e09
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue