nix: permit electron24

This commit is contained in:
notohh 2023-10-29 05:31:00 -04:00
parent 2b3df7e17b
commit cc2c513494
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,6 +2,9 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-24.8.6"
];
};
overlays = [inputs.prismlauncher.overlays.default];
};