cri-o: add passthru.tests
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
, libselinux
|
||||
, lvm2
|
||||
, pkg-config
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@@ -57,6 +58,8 @@ buildGoModule rec {
|
||||
installManPage docs/*.[1-9]
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) cri-o; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://cri-o.io";
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user