skopeo: add passthru.tests for docker-tools

This commit is contained in:
zowoq 2020-05-14 09:48:53 +10:00
parent a5a411e67f
commit 580f162fff

View File

@ -10,6 +10,7 @@
, installShellFiles , installShellFiles
, makeWrapper , makeWrapper
, fuse-overlayfs , fuse-overlayfs
, nixosTests
}: }:
buildGoModule rec { buildGoModule rec {
@ -48,6 +49,8 @@ buildGoModule rec {
--prefix PATH : ${stdenv.lib.makeBinPath [ fuse-overlayfs ]} --prefix PATH : ${stdenv.lib.makeBinPath [ fuse-overlayfs ]}
''; '';
passthru.tests.docker-tools = nixosTests.docker-tools;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A command line utility for various operations on container images and image repositories"; description = "A command line utility for various operations on container images and image repositories";
homepage = "https://github.com/containers/skopeo"; homepage = "https://github.com/containers/skopeo";