Am I using an insecure package still?

This commit is contained in:
Lillian-Violet 2023-11-18 16:39:41 +01:00
parent d66cb2488e
commit 7997a0e7d4

View file

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