mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:46:35 +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 = {
|
||||
config = { cudaSupport = true; };
|
||||
config = {
|
||||
cudaSupport = true;
|
||||
cudaCapabilities = [ "8.6" ];
|
||||
};
|
||||
hostPlatform = {
|
||||
system = "x86_64-linux";
|
||||
config = "x86_64-unknown-linux-gnu";
|
||||
|
|
Loading…
Reference in a new issue