diff options
author | Ben Sima <ben@bsima.me> | 2023-01-01 21:27:08 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-01 21:27:08 -0500 |
commit | 1923b98aec25da4d656306e786cb9b6637dcabf5 (patch) | |
tree | 18e593f0a21d4977f102e15b86328ca31fa404e3 | |
parent | 5ba3de2573492ecf563088b3d3ba88b42b47610f (diff) |
disable cudaSupport
only want it on lithium
Change-Id: I45d78fc8372dc11a8bdee7c63aa54e4797c34b99
-rw-r--r-- | lib/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.nix b/lib/config.nix index 75b4fb1..b5acfb9 100644 --- a/lib/config.nix +++ b/lib/config.nix @@ -5,5 +5,5 @@ permittedInsecurePackages = [ "electron-13.6.9" ]; - cudaSupport = true; + #cudaSupport = true; } |