Valentin Boettcher
Valentin Boettcher
one might want to think about uv2nix or a FHS for native dependencies...
> i need to use uv for a quick-and-dirty solution, look into https://github.com/nix-community/nix-ld
Uv2nix https://github.com/pyproject-nix/uv2nix https://pyproject-nix.github.io/uv2nix/templates.html Dec 1, 2025 1:52:02 p.m. Taha Yassine ***@***.***>: > > [Image]*taha-yassine* left a comment (the-nix-way/dev-templates#72)[https://github.com/the-nix-way/dev-templates/pull/72#issuecomment-3598341861] > > > i need to use uv > > for a...
UV should work out-of-the-box (https://wiki.nixos.org/wiki/Python_quickstart_using_uv). If you manage the python dependencies with uv (and not nixpkgs), then native extensions (such as numpy or most of the AI stuff) won't work...
oops, i was unaware of that and made that: https://github.com/vale981/python-vterm.el I can rebase onto your repo and create an PR if you want. Otherwise, I'm happy to maintain the python...
ok, i cherry picked / pathched in what seemed to be missing from my efforts
I made my own version by accident. What I was trying to say was that I'm happy to turn it back over to you. Alternatively, I'm happy to maintain the...
Well I worked my version from your Julia version so I think that should be alright ;). Or do you want me to re-fork it from the python version? I'll...
Meant forked not worked... Phone autocorrection haha
It's not that easy. I already did most of the things you did and I cherry picked one of the commits from your repo, so it's basically based on that...