From ceb5558e5a8a0264259eb0959a78e067a80a910b Mon Sep 17 00:00:00 2001 From: Vinceff <101025517+vinceff@users.noreply.github.com> Date: Wed, 30 Jul 2025 21:37:26 +0200 Subject: [PATCH] Mesa-unstable -> Mesa stable --- modules/default/boot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default/boot.nix b/modules/default/boot.nix index 4f827d2e..8fd6d425 100644 --- a/modules/default/boot.nix +++ b/modules/default/boot.nix @@ -47,8 +47,8 @@ in # Utiliser Mesa unstable directement depuis pkgs-unstable hardware.graphics = { enable = true; - package = pkgs-unstable.mesa; - package32 = pkgs-unstable.pkgsi686Linux.mesa; + package = pkgs.mesa; + package32 = pkgs.pkgsi686Linux.mesa; }; }; }