diff options
Diffstat (limited to 'modules/electronics.nix')
| -rw-r--r-- | modules/electronics.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/electronics.nix b/modules/electronics.nix index 9b154b1..08fef6a 100644 --- a/modules/electronics.nix +++ b/modules/electronics.nix @@ -30,6 +30,8 @@ in openocd ]; + # TODO: currently disabled packages are not available on ARM. + # filter them out automatically. environment.systemPackages = [ # hardware tool support hantek @@ -37,7 +39,7 @@ in # the spice of life! qucs-s ngspice - simulide + # simulide librepcb # mostly bearable non-commercial cad software @@ -51,7 +53,7 @@ in # platform development tools and frameworks arduino-cli - arduino-ide + # arduino-ide platformio esp-idf-full avrdude |
