tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
adbfs-rootless: limit platform to linux
Jörg Thalheim
8 years ago
fa685441
da012dda
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
mobile
adbfs-rootless
default.nix
+1
-2
pkgs/development/mobile/adbfs-rootless/default.nix
reviewed
···
36
36
inherit (src.meta) homepage;
37
37
license = licenses.bsd3;
38
38
maintainers = with maintainers; [ profpatsch ];
39
39
+
platforms = platforms.linux;
39
40
};
40
40
-
41
41
-
42
41
}