chore: scaffolding
This commit is contained in:
parent
8f0abd2b78
commit
802200db51
4 changed files with 1565 additions and 59 deletions
|
|
@ -39,9 +39,10 @@
|
|||
commonArgs = {
|
||||
# all that's needed for artifacts and checks
|
||||
nativeBuildInputs = with pkgs; [
|
||||
# pkg-config
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
dav1d
|
||||
];
|
||||
|
||||
src = ./.;
|
||||
|
|
|
|||
Loading…
Reference in a new issue