From 1151945f1849ed679a878d8732941d4a97f6fc87 Mon Sep 17 00:00:00 2001 From: Lilly Date: Thu, 8 Jan 2026 10:38:34 +0000 Subject: [PATCH] Auto-commit: 2026-01-08 10:38:34 --- modules/core/nvidia.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/core/nvidia.nix b/modules/core/nvidia.nix index 2396cfc..bc2529d 100644 --- a/modules/core/nvidia.nix +++ b/modules/core/nvidia.nix @@ -21,10 +21,8 @@ in openSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8="; settingsSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8="; persistencedSha256 = lib.fakeSha256; - }).overrideAttrs (old: { - nativeBuildInputs = - (old.nativeBuildInputs or []) - ++ [ pkgs.pkg-config pkgs.gtk3 ]; + }).overrideAttrs (_: { + dontBuildSettings = true; # ← THIS is the key }); }; hardware.nvidia-container-toolkit.enable = config.virtualisation.docker.enable;