This commit is contained in:
Noa Aarts 2024-10-08 11:30:11 +02:00
parent 14632fcca0
commit f479cf4424
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -46,7 +46,7 @@
nixpkgs.config = {
allowUnfree = true;
nvidia.acceptLicense = true;
cudaSupport = true;
# cudaSupport = true;
};
nixpkgs.overlays = [ ];