mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
fuse-overlayfs: inherit tests
This commit is contained in:
parent
e148213273
commit
8eda9a167c
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ fuse3 ];
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
passthru.tests = { inherit (nixosTests) podman; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "FUSE implementation for overlayfs";
|
||||
|
Loading…
Reference in New Issue
Block a user