A terminal client for Tangled.
tui go tangled cli
8

Configure Feed

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

ci: enable nix flakes for build step

Aly Raffauf (Jul 15, 2026, 12:28 PM EDT) 29555459 21dd57cd

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 12 12 13 13 steps: 14 14 - name: "Build tg" 15 - command: "nix build .#tg" 15 + command: "nix --extra-experimental-features 'nix-command flakes' build .#tg"