mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +00:00
disable cuda
This commit is contained in:
parent
13c2424a86
commit
9f5b9ebe15
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.cudaSupport = true;
|
# nixpkgs.config.cudaSupport = true;
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue