update flake

This commit is contained in:
Denis Lehmann 2021-04-28 11:18:22 +02:00
parent 043775e8c3
commit e9e98a9cc3

View file

@ -1,5 +1,5 @@
{
description = "Stream media over SSH.";
description = "Stream media files over SSH.";
nixConfig.bash-prompt = "\[strm-develop\]$ ";
@ -28,7 +28,7 @@
src = self;
patchPhase = with pkgs; ''
substituteInPlace strm \
--replace mpv ${mpv}/bin/mpv \
--replace mpv ${mpv}/bin/mpv
'';
installPhase = ''
install -m 755 -D strm $out/bin/strm