some changes
This commit is contained in:
parent
1198c1d8e7
commit
6d177d52e8
2 changed files with 4 additions and 3 deletions
|
|
@ -8,12 +8,13 @@
|
|||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.ffmpeg
|
||||
pkgs.ffmpeg-full
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue