Skip to content

Commit 9624f16

Browse files
committed
feat: enable NVIDIA license acceptance in Nix configuration
1 parent 906cd1d commit 9624f16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nix/nixpkgs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ in
4646

4747
config = {
4848
allowUnfree = true;
49+
nvidia.acceptLicense = true;
4950
metalSupport = lib.mkDefault false;
5051
}
5152
// lib.optionalAttrs cudaSupported {

0 commit comments

Comments
 (0)