mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(nix): upgrade Python 3.11 → 3.12, add cross-platform eval check (#12208)
This commit is contained in:
parent
8a0c774e9e
commit
b0efdf37d7
5 changed files with 40 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue