Configure embedded development using PlatformIO
This commit is contained in:
parent
650d0fd68e
commit
f5369848f5
|
@ -24,4 +24,7 @@
|
|||
|
||||
# Run unpatched binaries with Nix
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
# Embedded development with PlatformIO
|
||||
services.udev.packages = with pkgs; [ platformio ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue