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 84c49405b6
commit 22efa99f5f

View file

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