A terminal client for Tangled.
0

Configure Feed

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

ci: enable nix flakes for build step

+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"