mimir: Disable cudaSupport due to breakage
This commit is contained in:
parent
adbfe2fd6c
commit
33e9614a77
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# nixpkgs.config.allowUnfree = true;
|
# nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
cudaSupport = true;
|
cudaSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
eboskma = {
|
eboskma = {
|
||||||
|
@ -251,6 +251,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
Loading…
Reference in a new issue