We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906cd1d commit 9624f16Copy full SHA for 9624f16
1 file changed
nix/nixpkgs.nix
@@ -46,6 +46,7 @@ in
46
47
config = {
48
allowUnfree = true;
49
+ nvidia.acceptLicense = true;
50
metalSupport = lib.mkDefault false;
51
}
52
// lib.optionalAttrs cudaSupported {
0 commit comments