Allow electron as insecure package

This commit is contained in:
GHOSCHT 2024-01-07 15:44:22 +01:00
parent f364afefd9
commit e2d1a54594
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -43,4 +43,11 @@ in {
# workspace = "2";
# }
# ];
nixpkgs = {
config = {
permittedInsecurePackages = [
"electron-25.9.0"
];
};
};
}