mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
fuse-overlayfs: restrict to linux
This commit is contained in:
parent
5a3ba0e295
commit
f01d7164a8
@ -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 New Issue
Block a user