Another day another insecure electron build

This commit is contained in:
Lillian-Violet 2023-12-11 16:11:07 +01:00
parent 64b1105f24
commit 6c6363d524

View file

@ -30,6 +30,9 @@
config = { config = {
# Disable if you don't want unfree packages # Disable if you don't want unfree packages
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [
"electron-25.9.0"
];
}; };
}; };