mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
android-udev-rules: usage example
This commit is contained in:
parent
898edb0fbc
commit
ec20540a1a
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
# In NixOS, simply add this package to services.udev.packages:
|
||||||
|
# services.udev.packages = [ pkgs.android-udev-rules ];
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "android-udev-rules-${version}";
|
name = "android-udev-rules-${version}";
|
||||||
version = "20160805";
|
version = "20160805";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue