mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
stlink: Correct comment about the use of services.udev.packages
services.udev.pkgs does not exists, but services.udev.packages does.
This commit is contained in:
parent
785871472b
commit
9928e07c0f
@ -5,7 +5,7 @@ let
|
|||||||
libusb1' = if stdenv.isDarwin then libusb1.override { withStatic = true; } else libusb1;
|
libusb1' = if stdenv.isDarwin then libusb1.override { withStatic = true; } else libusb1;
|
||||||
|
|
||||||
# IMPORTANT: You need permissions to access the stlink usb devices.
|
# IMPORTANT: You need permissions to access the stlink usb devices.
|
||||||
# Add services.udev.pkgs = [ pkgs.stlink ] to your configuration.nix
|
# Add services.udev.packages = [ pkgs.stlink ] to your configuration.nix
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "stlink";
|
pname = "stlink";
|
||||||
|
Loading…
Reference in New Issue
Block a user