nixos-configs/apps/extract-subs/default.nix

14 lines
177 B
Nix
Raw Normal View History

{
buildApp,
ffmpeg-full,
...
}:
buildApp {
src = ./.;
2024-11-21 14:34:24 -05:00
npmDepsHash = "sha256-0NadIaeU2rU6xGR8eeWpEUZHE5qbuzE99/O1HNtW0ck=";
runtimeInputs = [
ffmpeg-full
];
}