alpha
Login
or
Join now
quilling.dev
/
tg
forked from
aly.codes/tg
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A terminal client for Tangled.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: enable nix flakes for build step
author
Aly Raffauf
date
1 week ago
(Jul 15, 2026, 12:28 PM -0400)
commit
8d1dd6c3
8d1dd6c3bf15152d0ae7da2dea5dc4957f5d293c
parent
1006af6f
1006af6f84f183ed5ab315d28b00a389d001f3cb
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
build.yml
+1
-1
.tangled/workflows/build.yml
View file
Reviewed
···
12
12
13
13
steps:
14
14
- name: "Build tg"
15
15
-
command: "nix build .#tg"
15
15
+
command: "nix --extra-experimental-features 'nix-command flakes' build .#tg"