From 1830716059bfee7cbcfbfcc38d7be98e482a5762 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 17 Oct 2025 19:53:39 +0530 Subject: [PATCH] nixgl: fix wrapper name typo Acknowledge nvidiaPrime when it is one of the wrappers in cfg.installScripts --- modules/misc/nixgl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/nixgl.nix b/modules/misc/nixgl.nix index e1a099ec0..7d79b915e 100644 --- a/modules/misc/nixgl.nix +++ b/modules/misc/nixgl.nix @@ -346,7 +346,7 @@ in '' )) - (lib.mkIf (wantsWrapper "nvidia") ( + (lib.mkIf (wantsWrapper "nvidiaPrime") ( pkgs.writeShellScriptBin "nixGLNvidiaPrime" '' ${envVarsAsScript nvOffloadEnv} exec ${getWrapperExe "Nvidia"} "$@"