diff options
| author | Mel <mel@rnrd.eu> | 2025-07-12 04:02:28 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-12 04:02:28 +0200 |
| commit | 1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 (patch) | |
| tree | fc5826240aa1681c3bdc7954e9df6abec6ccad38 /modules/electronics.nix | |
| parent | 4fd56f73360372665dd072adac2a78156d4caf2d (diff) | |
| download | minerals-1e8f1a29b02a4425169940df5d4bd7c764ecfdc8.tar.zst minerals-1e8f1a29b02a4425169940df5d4bd7c764ecfdc8.zip | |
Auto-filter and comment out currently non-compatible w/ ARM packages
Signed-off-by: Mel <mel@rnrd.eu>
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 |
