some changes

This commit is contained in:
Khaïs COLIN 2024-09-17 12:30:26 +02:00
parent 1198c1d8e7
commit 6d177d52e8
2 changed files with 4 additions and 3 deletions

View file

@ -8,12 +8,13 @@
let
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
in
{
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.ffmpeg
pkgs.ffmpeg-full
];
};
}