Merge pull request #105874 from wentasah/stlink-fix-comment

stlink: Correct comment about the use of services.udev.packages
This commit is contained in:
Sandro 2020-12-04 14:22:25 +01:00 committed by GitHub
commit 3d7619f3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ let
libusb1' = if stdenv.isDarwin then libusb1.override { withStatic = true; } else libusb1;
# 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 {
pname = "stlink";