nix: allow electron 24

This commit is contained in:
notohh 2024-01-23 13:22:27 -05:00
parent 7f88cec2f8
commit c31a7e804f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -13,7 +13,7 @@
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-25.9.0"
"electron-24.8.6"
];
};
};