nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

adbfs-rootless: limit platform to linux

+1 -2
+1 -2
pkgs/development/mobile/adbfs-rootless/default.nix
··· 36 36 inherit (src.meta) homepage; 37 37 license = licenses.bsd3; 38 38 maintainers = with maintainers; [ profpatsch ]; 39 + platforms = platforms.linux; 39 40 }; 40 - 41 - 42 41 }