various fixes

This commit is contained in:
2026-01-28 10:05:27 +00:00
parent d1949310c5
commit 5911da7f99
6 changed files with 59 additions and 32 deletions

View File

@@ -37,8 +37,8 @@ in
package = pkgs-unstable.mesa;
# if you also want 32-bit support (e.g for Steam)
enable32Bit = true;
package32 = pkgs-unstable.pkgsi686Linux.mesa;
# enable32Bit = true;
# package32 = pkgs-unstable.pkgsi686Linux.mesa;
};
};
}