From 76b9a3d5e64bcaca691fe441d886e329290253cb Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Fri, 30 Apr 2021 10:22:40 +0200 Subject: [PATCH] update flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ecc3eb2..8b1a9f2 100644 --- a/flake.nix +++ b/flake.nix @@ -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