mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
fuse-overlayfs: restrict to linux
This commit is contained in:
parent
5a3ba0e295
commit
f01d7164a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ma9e ] ++ teams.podman.members;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
inherit (src.meta) homepage;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue