Auto-commit: 2026-01-08 10:38:34
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user