mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
podman: inherit tests
This commit is contained in:
parent
d809dc5b75
commit
304e6037ad
@ -60,7 +60,7 @@ buildGoModule rec {
|
||||
MANDIR=$man/share/man make install.man-nobuild
|
||||
'';
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
passthru.tests = { inherit (nixosTests) podman; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://podman.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user