nix: remove insecure pkg

This commit is contained in:
notohh 2023-11-05 11:02:15 -05:00
parent c7d4f19c7c
commit 2fe5f71864
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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