SnailMan
Rust project fails to build
Okay apparently this is not the end of my issues... I can see in the logs that ffmpeg being installed, but I guess the binary is not in the
PATH
? My code can't spawn the ffmpeg process, it says that there is no such file. For testing I tried to run a which ffmpeg
but it doesn't return anything. Tried installing it via aptPkgs
instead of nixPkgs
but the issue still persists.32 replies