nix: allow electron 24
This commit is contained in:
parent
7f88cec2f8
commit
c31a7e804f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-24.8.6"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue