mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:56:34 +01:00
set cuda capaebilities
This commit is contained in:
parent
fea6ae70a4
commit
8f7dba8365
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = { cudaSupport = true; };
|
config = {
|
||||||
|
cudaSupport = true;
|
||||||
|
cudaCapabilities = [ "8.6" ];
|
||||||
|
};
|
||||||
hostPlatform = {
|
hostPlatform = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
config = "x86_64-unknown-linux-gnu";
|
config = "x86_64-unknown-linux-gnu";
|
||||||
|
|
Loading…
Reference in a new issue