diff options
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; } |