From e9e98a9cc33eb010d28f54a947e4e9e64c7ff3a3 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Wed, 28 Apr 2021 11:18:22 +0200 Subject: [PATCH] update flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b95fcfa..545643e 100644 --- a/flake.nix +++ b/flake.nix @@ -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