cp.nvim/lua
Barrett Ruth 128ff04621
fix(utils): always use uv for submit when nix submit cmd unavailable
Problem: In a dev checkout on NixOS, `_nix_submit_cmd` is nil but
`_nix_python` is set from the discovery cache. `get_python_submit_cmd`
fell through to `get_python_cmd`, which returned the nix-built Python —
a derivation that deliberately excludes `scrapling`.

Solution: Fall back to `uv run` instead of `get_python_cmd` so submit
always gets a full dependency environment when `_nix_submit_cmd` is nil.
2026-03-04 19:19:33 -05:00
..
cp fix(utils): always use uv for submit when nix submit cmd unavailable 2026-03-04 19:19:33 -05:00