nix: remove insecure pkg
This commit is contained in:
parent
c7d4f19c7c
commit
2fe5f71864
1 changed files with 0 additions and 3 deletions
|
@ -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];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue