flake.nix: Add python313

Python is needed to run uf2conv, so the final build step will fail
without it. Most folks will have a global Python to fall back to, but
this change fixes the build for those who don't, and makes the Nix
environment more complete.
This commit is contained in:
Chad Norvell
2026-04-28 16:35:18 -07:00
parent a8ea642d35
commit 7e1b873798
+1
View File
@@ -21,6 +21,7 @@
pkgs.gnumake pkgs.gnumake
pkgs.emscripten pkgs.emscripten
pkgs.gcc-arm-embedded pkgs.gcc-arm-embedded
pkgs.python313
]; ];
shellHook = '' shellHook = ''
export EM_CACHE=$(pwd)/.emscripten_cache/ export EM_CACHE=$(pwd)/.emscripten_cache/