mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
fuse-overlayfs: inherit tests
This commit is contained in:
parent
e148213273
commit
8eda9a167c
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user