nix: permit electron24
This commit is contained in:
parent
2b3df7e17b
commit
cc2c513494
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
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