From a2aa93a9cb65426ad141fd9a871f4914761ebc46 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 8 Nov 2021 02:46:37 +0100 Subject: [PATCH] add missing space --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c6bf35b..f29f9a8 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,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