From 1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 12 Jul 2025 04:02:28 +0200 Subject: Auto-filter and comment out currently non-compatible w/ ARM packages Signed-off-by: Mel --- modules/electronics.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/electronics.nix') 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 -- cgit 1.4.1