]> git.earman.xyz Git - sensor-watch.git/commit
flake.nix: Add python313
authorChad Norvell <chadnorvell@pm.me>
Tue, 28 Apr 2026 23:35:18 +0000 (16:35 -0700)
committerChad Norvell <chadnorvell@pm.me>
Tue, 28 Apr 2026 23:35:18 +0000 (16:35 -0700)
commit7e1b873798a94c207e424bf70a32cf08fe1dd0bb
treee0c177db4260f6b2839eefe654af4bb6c159659e
parenta8ea642d353ed8be48d9a3e583bf7c8b0764f4d3
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.
flake.nix