vmixLib overlay.nix

This commit is contained in:
Sagar Ch 2024-06-06 17:13:03 +00:00
parent e4975a4cec
commit 4343865e6f
2 changed files with 3 additions and 1 deletions

3
overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
vmixLib = prev.callPackage ./lib {};
}