skopeo: add passthru.tests for docker-tools
This commit is contained in:
parent
a5a411e67f
commit
580f162fff
@ -10,6 +10,7 @@
|
||||
, installShellFiles
|
||||
, makeWrapper
|
||||
, fuse-overlayfs
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -48,6 +49,8 @@ buildGoModule rec {
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ fuse-overlayfs ]}
|
||||
'';
|
||||
|
||||
passthru.tests.docker-tools = nixosTests.docker-tools;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A command line utility for various operations on container images and image repositories";
|
||||
homepage = "https://github.com/containers/skopeo";
|
||||
|
Loading…
Reference in New Issue
Block a user