feat(build): add avcpp deps

This commit is contained in:
2025-11-23 19:57:29 +01:00
parent 6f3d503f74
commit bb29832f71
6 changed files with 114 additions and 3 deletions

View File

@@ -10,6 +10,9 @@
overlays.mosh-me = final: prev: {
mosh-me = final.callPackage ./nix/mosh-me.nix {};
};
overlays.avcpp = final: prev: {
avcpp = final.callPackage ./nix/avcpp.nix {};
};
};
systems = [
"x86_64-linux"
@@ -24,6 +27,7 @@
inherit system;
overlays = [
self.overlays.mosh-me
self.overlays.avcpp
];
config = {};
};