Auto-commit: 2026-01-08 10:38:34

This commit is contained in:
2026-01-08 10:38:34 +00:00
parent b4bf8b0093
commit 1151945f18

View File

@@ -21,10 +21,8 @@ in
openSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8="; openSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8=";
settingsSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8="; settingsSha256 = "sha256-ZpuVZybW6CFN/gz9rx+UJvQ715FZnAOYfHn5jt5Z2C8=";
persistencedSha256 = lib.fakeSha256; persistencedSha256 = lib.fakeSha256;
}).overrideAttrs (old: { }).overrideAttrs (_: {
nativeBuildInputs = dontBuildSettings = true; # ← THIS is the key
(old.nativeBuildInputs or [])
++ [ pkgs.pkg-config pkgs.gtk3 ];
}); });
}; };
hardware.nvidia-container-toolkit.enable = config.virtualisation.docker.enable; hardware.nvidia-container-toolkit.enable = config.virtualisation.docker.enable;