Another day another insecure electron build

This commit is contained in:
Lillian Violet 2023-12-11 16:11:07 +01:00
parent b55a78daf9
commit f316f9d630

View file

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