summary refs log tree commit diff
path: root/pkgs/development/embedded/platformio/chrootenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/embedded/platformio/chrootenv.nix')
-rw-r--r--pkgs/development/embedded/platformio/chrootenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/embedded/platformio/chrootenv.nix b/pkgs/development/embedded/platformio/chrootenv.nix
index 3f4a7e7385d..b914743f515 100644
--- a/pkgs/development/embedded/platformio/chrootenv.nix
+++ b/pkgs/development/embedded/platformio/chrootenv.nix
@@ -3,7 +3,7 @@
 let
   pio-pkgs = pkgs:
     let
-      python = pkgs.python3;
+      inherit (platformio-core) python;
     in
     (with pkgs; [
       platformio-core