lol

Merge pull request #265576 from mingmingrr/master

picotool: add udev rules

authored by

Pierre Bourdon and committed by
GitHub
59d43e72 5fa6b403

+4
+4
pkgs/development/tools/picotool/default.nix
··· 15 15 nativeBuildInputs = [ cmake pkg-config ]; 16 16 cmakeFlags = [ "-DPICO_SDK_PATH=${pico-sdk}/lib/pico-sdk" ]; 17 17 18 + postInstall = '' 19 + install -Dm444 ../udev/99-picotool.rules -t $out/etc/udev/rules.d 20 + ''; 21 + 18 22 meta = with lib; { 19 23 homepage = "https://github.com/raspberrypi/picotool"; 20 24 description = "Tool for interacting with a RP2040 device in BOOTSEL mode, or with a RP2040 binary";