mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Use platformio-core
This commit is contained in:
parent
987fac772d
commit
7e40b312e0
1 changed files with 6 additions and 1 deletions
|
|
@ -10,7 +10,12 @@
|
|||
};
|
||||
config = lib.mkIf (config.platformio.enable) {
|
||||
environment.systemPackages = [
|
||||
pkgs.platformio
|
||||
pkgs.platformio-core
|
||||
pkgs.avrdude
|
||||
];
|
||||
services.udev.packages = [
|
||||
pkgs.platformio-core
|
||||
pkts.openocd
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue