fix: permit another eol electron version

:-(
This commit is contained in:
jacekpoz 2023-12-21 13:47:42 +01:00
parent 8cb0627328
commit c40e0ad818
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -11,6 +11,7 @@
permittedInsecurePackages = [
"python-2.7.18.6"
"electron-24.8.6"
"electron-25.9.0"
];
allowUnfree = true;
};