Configure embedded development using PlatformIO

This commit is contained in:
coolneng 2023-03-09 14:37:12 +01:00
parent 650d0fd68e
commit f5369848f5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -24,4 +24,7 @@
# Run unpatched binaries with Nix
programs.nix-ld.enable = true;
# Embedded development with PlatformIO
services.udev.packages = with pkgs; [ platformio ];
}