fix(nix): upgrade Python 3.11 → 3.12, add cross-platform eval check (#12208)

This commit is contained in:
Siddharth Balyan
2026-04-18 09:21:03 -07:00
committed by GitHub
parent 8a0c774e9e
commit b0efdf37d7
5 changed files with 40 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = packages;
packages = with pkgs; [
python311 uv nodejs_22 ripgrep git openssh ffmpeg
python312 uv nodejs_22 ripgrep git openssh ffmpeg
];
shellHook = let