1
Fork 0

workstation: Disable cuda for now

I'll first have to get the binary cache working for me to run this.
Otherwise it takes to long. This isn't Gentoo.
This commit is contained in:
caem 2024-12-12 21:52:17 +01:00
parent 92ec891c3a
commit 3012c73e82
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -89,7 +89,7 @@
''; '';
}; };
nixpkgs.config.cudaSupport = true; # nixpkgs.config.cudaSupport = true;
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }