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;
|
with lib;
|
||||||
|
|
||||||
@ -42,6 +42,8 @@ buildGoPackage rec {
|
|||||||
installManPage man/*.[1-9]
|
installManPage man/*.[1-9]
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests) docker; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://containerd.io/";
|
homepage = "https://containerd.io/";
|
||||||
description = "A daemon to control runC";
|
description = "A daemon to control runC";
|
||||||
|
Loading…
Reference in New Issue
Block a user