about summary refs log tree commit diff
path: root/pkgs/development/embedded
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-07-01 13:35:55 +0200
committerAtemu <atemu.main@gmail.com>2023-07-01 13:42:17 +0200
commitf0c58f6e96d821fcb32b507cb453df4fef8f59cc (patch)
tree77dc6eacd3146884873982789b1a5c97f27e7627 /pkgs/development/embedded
parent62b2adc753eaec8c3b3b10593055e96450c82b36 (diff)
downloadnixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.gz
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.bz2
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.lz
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.xz
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.zst
nixlib-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.zip
tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
Diffstat (limited to 'pkgs/development/embedded')
-rw-r--r--pkgs/development/embedded/arduino/arduino-core/chrootenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
index 1313a9aeada3..a97fa50aebf2 100644
--- a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
+++ b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
@@ -14,7 +14,7 @@ buildFHSEnv {
         pyserial
       ]))
     ]);
-  multiPkgs = null;
+  multiArch = false;
 
   extraInstallCommands = ''
     ${lib.optionalString withGui ''