summary refs log tree commit diff
path: root/modules/electronics.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-12 04:02:28 +0200
committerMel <mel@rnrd.eu>2025-07-12 04:02:28 +0200
commit1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 (patch)
treefc5826240aa1681c3bdc7954e9df6abec6ccad38 /modules/electronics.nix
parent4fd56f73360372665dd072adac2a78156d4caf2d (diff)
downloadminerals-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.nix6
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