mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
platformio: remove 32bit packages to unbreak
This commit is contained in:
parent
3166c7c29a
commit
4e285168fe
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ in buildFHSUserEnv {
|
|||
name = "platformio";
|
||||
|
||||
targetPkgs = pio-pkgs;
|
||||
multiPkgs = pio-pkgs;
|
||||
# disabled temporarily because fastdiff no longer support 32bit
|
||||
# multiPkgs = pio-pkgs;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open source ecosystem for IoT development";
|
||||
|
|
Loading…
Reference in a new issue