terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

dO't use flakehub

+3
+3
.github/workflows/build-nix.yml
··· 24 24 fetch-depth: 0 25 25 - uses: DeterminateSystems/nix-installer-action@main 26 26 - uses: DeterminateSystems/magic-nix-cache-action@main 27 + with: 28 + use-flakehub: false 29 + 27 30 - run: nix build .#static 28 31 - name: Create tar.gz 29 32 run: tar -czvf jj_tui_linux-x86_64.tar.gz -C result/bin jj_tui