mauville: fixed opengl nesting error

This commit is contained in:
Aly Raffauf 2024-03-16 13:27:06 -04:00
parent 9d55670e14
commit 44d379c794

View file

@ -31,7 +31,7 @@
];
# Add support for 32bit apps.
driSupport32Bit = true;
opengl.extraPackages32 = with pkgs; [
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
};