From 4bdaaed80c1a5022adb46f53ad173dff884c4c00 Mon Sep 17 00:00:00 2001 From: chaos Date: Wed, 4 Sep 2024 21:59:41 +0100 Subject: [PATCH] rename option --- hosts/raspberry-pi5/profiles/kodi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/raspberry-pi5/profiles/kodi.nix b/hosts/raspberry-pi5/profiles/kodi.nix index dd2b4c2..1919006 100644 --- a/hosts/raspberry-pi5/profiles/kodi.nix +++ b/hosts/raspberry-pi5/profiles/kodi.nix @@ -38,7 +38,7 @@ in { }) ]; - hardware.opengl.package = pkgs.mesa.overrideAttrs (oA: { + hardware.graphics.package = pkgs.mesa.overrideAttrs (oA: { patches = oA.patches ++ [