Configure embedded development using PlatformIO

This commit is contained in:
2023-03-09 14:37:12 +01:00
parent 650d0fd68e
commit f5369848f5

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 ];
}