mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays/Packages] Do not optimize mesa or xorgserver, as it rebuilds the entire universe
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
7d32fb35f5
commit
f7b3283f6e
1 changed files with 4 additions and 2 deletions
|
|
@ -101,8 +101,10 @@ in
|
|||
hwloc
|
||||
]);
|
||||
}));
|
||||
mesa = optimizeForThisHost super.mesa;
|
||||
xorgserver = optimizeForThisHost super.xorg.xorgserver;
|
||||
# mesa = optimizeForThisHost super.mesa;
|
||||
#xorg = super.xorg.overrideScope' (mself: msuper: {
|
||||
# xorgserver = optimizeForThisHost msuper.xorgserver;
|
||||
#});
|
||||
steam = super.steam.override {
|
||||
withJava = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue