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.

fix build

+8 -8
+8 -8
.github/workflows/build-nix.yml
··· 22 22 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 23 23 with: 24 24 fetch-depth: 0 25 - - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 26 - - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 25 + - uses: DeterminateSystems/nix-installer-action@main 26 + - uses: DeterminateSystems/magic-nix-cache-action@main 27 27 - run: nix build .#static 28 28 - name: Create tar.gz 29 29 run: tar -czvf jj_tui_linux-x86_64.tar.gz -C result/bin jj_tui ··· 42 42 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 43 43 with: 44 44 fetch-depth: 0 45 - - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 46 - - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 45 + - uses: DeterminateSystems/nix-installer-action@main 46 + - uses: DeterminateSystems/magic-nix-cache-action@main 47 47 - run: nix build .#static 48 48 - name: Create tar.gz 49 49 run: tar -czvf jj_tui_linux-aarch64.tar.gz -C result/bin jj_tui ··· 62 62 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 63 63 with: 64 64 fetch-depth: 0 65 - - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 66 - - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 65 + - uses: DeterminateSystems/nix-installer-action@main 66 + - uses: DeterminateSystems/magic-nix-cache-action@main 67 67 - run: nix build 68 68 - name: Create tar.gz 69 69 run: tar -czvf jj_tui_macos-aarch64.tar.gz -C result/bin jj_tui ··· 83 83 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 84 84 with: 85 85 fetch-depth: 0 86 - - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 87 - - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 86 + - uses: DeterminateSystems/nix-installer-action@main 87 + - uses: DeterminateSystems/magic-nix-cache-action@main 88 88 - run: nix build 89 89 - name: Create tar.gz 90 90 run: tar -czvf jj_tui_macos-x86_64.tar.gz -C result/bin jj_tui