skopeo: add passthru.tests for docker-tools
This commit is contained in:
parent
a5a411e67f
commit
580f162fff
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user