cri-o: add passthru.tests

This commit is contained in:
zowoq
2020-08-24 19:19:41 +10:00
parent 774cc9c44a
commit 8dde002724
2 changed files with 4 additions and 1 deletions
@@ -27,7 +27,7 @@ let
in runCommand cri-o.name {
name = "${cri-o.pname}-wrapper-${cri-o.version}";
inherit (cri-o) pname version;
inherit (cri-o) pname version passthru;
meta = builtins.removeAttrs cri-o.meta [ "outputsToInstall" ];