fuse-overlayfs: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:10 +10:00
parent e148213273
commit 8eda9a167c

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ fuse3 ]; buildInputs = [ fuse3 ];
passthru.tests.podman = nixosTests.podman; passthru.tests = { inherit (nixosTests) podman; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "FUSE implementation for overlayfs"; description = "FUSE implementation for overlayfs";