instow

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

commit 86b5b04cc8c167d94fda5bf476024cd5df43b031
parent 66c15b20b80e2c2daccc8efa84ef9d12e3367e6b
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Thu, 26 Mar 2026 18:59:33 +0100

Remove the old workspace approach

Diffstat:
Msrc/main.janet | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main.janet b/src/main.janet @@ -215,9 +215,7 @@ :install/cargo (do (set prefix "") - (def crates (let [c (libc/glob "crates/*")] (if (nil? c) ["."] c))) - (each crate crates - (checkrun :move :cargo "install" "--force" "--offline" "--locked" "--no-track" "--root" destdir "--path" crate))) + (checkrun :move :cargo "install" "--force" "--offline" "--locked" "--no-track" "--root" destdir)) :install/pep517 (utils/letsome wheels (libc/glob "dist/*.whl")