alpha
Login
or
Join now
tsiry-sandratraina.com
/
fin
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 Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv
chromecast
mpris
navidrome
jellyfin
upnp
tui
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: update build.yml
author
Tsiry Sandratraina
date
3 weeks ago
(Jul 5, 2026, 9:48 AM +0300)
commit
d052b4e9
d052b4e9e3d2f98e79a16d691d9a81606503eb3d
parent
325db9c5
325db9c5d3286c45b185b2b07867195da55c1134
1/1
build.yml
success
7m 18s
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
build.yml
+1
-1
.tangled/workflows/build.yml
View file
Reviewed
···
16
16
steps:
17
17
- name: nix build
18
18
command: |
19
19
-
nix --extra-experimental-features 'nix-command flakes' build .#default --print-build-logs
19
19
+
XDG_CACHE_HOME=/tmp/nix-cache nix --extra-experimental-features 'nix-command flakes' build .#default --print-build-logs
20
20
ls -l result/bin
21
21
- name: build cli
22
22
command: |