2024-11-15 11:37:58 -05:00
|
|
|
{
|
2024-11-15 13:39:20 -05:00
|
|
|
buildApp,
|
2024-11-15 11:37:58 -05:00
|
|
|
ffmpeg-full,
|
|
|
|
...
|
2024-11-15 13:39:20 -05:00
|
|
|
}:
|
|
|
|
buildApp {
|
|
|
|
src = ./.;
|
2024-12-20 18:46:24 -05:00
|
|
|
npmDepsHash = "sha256-ytaO1mqoORNB5rP/8X/WpIoHkxmi1+Pc6Nep02+fTZ8=";
|
2024-11-15 13:39:20 -05:00
|
|
|
|
|
|
|
runtimeInputs = [
|
|
|
|
ffmpeg-full
|
|
|
|
];
|
|
|
|
}
|