Use ffmpeg

This commit is contained in:
2026-01-22 21:53:36 +01:00
parent a8c4c97294
commit 10a7f5675d
14 changed files with 406 additions and 319 deletions

View File

@@ -1,10 +1,13 @@
{ pkgs ? import <nixpkgs> { } }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
packages = [
pkgs.jdt-language-server
pkgs.libxkbcommon
pkgs.maven
pkgs.ffmpeg
pkgs.openjdk
pkgs.git-lfs
];