android-udev-rules: usage example

This commit is contained in:
Jörg Thalheim 2016-08-29 23:39:23 +02:00
parent 898edb0fbc
commit ec20540a1a
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -1,5 +1,9 @@
{ stdenv, fetchFromGitHub }:
## Usage
# In NixOS, simply add this package to services.udev.packages:
# services.udev.packages = [ pkgs.android-udev-rules ];
stdenv.mkDerivation rec {
name = "android-udev-rules-${version}";
version = "20160805";