update flake
This commit is contained in:
parent
043775e8c3
commit
e9e98a9cc3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Stream media over SSH.";
|
description = "Stream media files over SSH.";
|
||||||
|
|
||||||
nixConfig.bash-prompt = "\[strm-develop\]$ ";
|
nixConfig.bash-prompt = "\[strm-develop\]$ ";
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
src = self;
|
src = self;
|
||||||
patchPhase = with pkgs; ''
|
patchPhase = with pkgs; ''
|
||||||
substituteInPlace strm \
|
substituteInPlace strm \
|
||||||
--replace mpv ${mpv}/bin/mpv \
|
--replace mpv ${mpv}/bin/mpv
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -m 755 -D strm $out/bin/strm
|
install -m 755 -D strm $out/bin/strm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue