From ab30add61a04bda6a5f436e7e99e17cfbbeea90b Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Tue, 16 Aug 2022 09:14:29 +0100 Subject: [PATCH] path --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c46e291..1cca2e7 100644 --- a/flake.nix +++ b/flake.nix @@ -25,8 +25,8 @@ cargoLock = { lockFile = ./Cargo.lock; }; postPatch = '' - substituteInPlace src/meta/mod.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg' - substituteInPlace src/meta/mod.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe' + substituteInPlace src/meta.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg' + substituteInPlace src/meta.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe' ''; doCheck = false;