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.

update to use new version of the magic nix cache

+6 -6
+6 -6
.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@8cdf194da984e4f12b2f8c36d1fa107c1dd67f5c 26 - - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 25 + - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 26 + - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 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 ··· 43 43 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 44 44 with: 45 45 fetch-depth: 0 46 - - uses: DeterminateSystems/nix-installer-action@8cdf194da984e4f12b2f8c36d1fa107c1dd67f5c 47 - - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 46 + - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 47 + - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 48 48 - run: nix build 49 49 - name: Create tar.gz 50 50 run: tar -czvf jj_tui_macos-aarch64.tar.gz -C result/bin jj_tui ··· 64 64 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 65 65 with: 66 66 fetch-depth: 0 67 - - uses: DeterminateSystems/nix-installer-action@8cdf194da984e4f12b2f8c36d1fa107c1dd67f5c 68 - - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 67 + - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 68 + - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 69 69 - run: nix build 70 70 - name: Create tar.gz 71 71 run: tar -czvf jj_tui_macos-x86_64.tar.gz -C result/bin jj_tui