WIP: nixgl wrappers
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-04-07 16:15:16 +00:00
parent b5f2b44e7e
commit 42a60797dd

View file

@ -11,6 +11,10 @@ in
{
nixGL = {
inherit (inputs.nixgl) packages;
defaultWrapper = "mesa";
installScripts = [ "mesa" ];
};
}
]);