Commit Diff


commit - 1c18143de8ce8c88e3a0e1b303d93e8e458fbb42
commit + 7eeb769df241cd1231fc55bc669a142f61a357a5
blob - 09c9a4e94c902e8bd9731104716fdb47645cafb0
blob + d169c5d6ca3c03893cac3c74bb5625ef6ebf2491
--- .build.yml
+++ .build.yml
@@ -15,7 +15,6 @@ packages:
   - wayland-protocols
   - mpd
   - libmpdclient
-  - redo-sh
 
 sources:
   - https://git.sr.ht/~mtmn/tools
@@ -30,9 +29,11 @@ tasks:
   - setup: |
       cd tools
       rustup toolchain install
+      go install github.com/zyedidia/knit/cmd/knit@latest
+      echo "export PATH=\$PATH:$(go env GOPATH)/bin" >> ~/.buildenv
   - build: |
       cd tools
-      redo all
+      knit all
   - test: |
       cd tools
       just test