mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
runc: add docker to passthru.tests
This commit is contained in:
parent
cdf6ffdf2e
commit
a82d8ca64d
@ -45,7 +45,7 @@ buildGoPackage rec {
|
||||
installManPage man/*/*.[1-9]
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) cri-o podman; };
|
||||
passthru.tests = { inherit (nixosTests) cri-o docker podman; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/opencontainers/runc";
|
||||
|
Loading…
Reference in New Issue
Block a user