instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

commit 9399421c88c7243e212de1a3971ac6359c92a338
parent 86b5b04cc8c167d94fda5bf476024cd5df43b031
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 27 Mar 2026 11:05:23 +0100

Fix cargo install

Diffstat:
Msrc/main.janet | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.janet b/src/main.janet @@ -215,7 +215,7 @@ :install/cargo (do (set prefix "") - (checkrun :move :cargo "install" "--force" "--offline" "--locked" "--no-track" "--root" destdir)) + (checkrun :move :cargo "install" "--force" "--offline" "--locked" "--no-track" "--root" destdir "--path" ".")) :install/pep517 (utils/letsome wheels (libc/glob "dist/*.whl")