diff options
author | Ben Sima <bsima@groq.com> | 2024-04-18 10:32:13 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2024-04-18 10:32:13 -0700 |
commit | f13436939d71d87da0125850cd17ce91d821984f (patch) | |
tree | 9d148e01fd77e99abcdefedacbeea672054790ce /lib/config.nix | |
parent | 6acb5fe456cefd0a3e8046a2bab36abe89495d28 (diff) |
fixes in groq
Diffstat (limited to 'lib/config.nix')
-rw-r--r-- | lib/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.nix b/lib/config.nix index 12bcf15..45e3062 100644 --- a/lib/config.nix +++ b/lib/config.nix @@ -4,6 +4,7 @@ allowUnsupportedSystem = true; permittedInsecurePackages = [ "electron-13.6.9" + "electron-25.9.0" ]; cudaSupport = false; } |