chore: scaffolding

This commit is contained in:
electria 2026-08-03 23:36:47 -07:00
commit 802200db51
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
4 changed files with 1565 additions and 59 deletions

View file

@ -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 = ./.;