This commit is contained in:
Khaïs COLIN 2024-09-17 13:28:51 +02:00
parent 6d177d52e8
commit a194d1576c
2 changed files with 11 additions and 3 deletions

View file

@ -15,6 +15,9 @@
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.ffmpeg-full
pkgs.pciutils
pkgs.libva-utils
pkgs.libva
];
};
}