Skip to content

Commit 90b1580

Browse files
authored
Merge pull request #470 from Gaming-Linux-FR/mesa-stable
Mesa-unstable -> Mesa stable
2 parents 648f14c + ceb5558 commit 90b1580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/default/boot.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ in
4747
# Utiliser Mesa unstable directement depuis pkgs-unstable
4848
hardware.graphics = {
4949
enable = true;
50-
package = pkgs-unstable.mesa;
51-
package32 = pkgs-unstable.pkgsi686Linux.mesa;
50+
package = pkgs.mesa;
51+
package32 = pkgs.pkgsi686Linux.mesa;
5252
};
5353
};
5454
}

0 commit comments

Comments
 (0)