nix: Remove insecure package exception for electron 31
Feishin has updated: https://github.com/jeffvli/feishin/issues/879
This commit is contained in:
parent
e2c74a3743
commit
9c39440238
1 changed files with 0 additions and 8 deletions
|
@ -10,12 +10,4 @@
|
|||
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
|
||||
# this is a dependency of feishin (used in qenya's home-manager). it does not actually have a known vulnerability,
|
||||
# it's just unsuspported because Electron's support cycle is a ludicrously short 6 months.
|
||||
# feishin's dev is going to be rewriting it without Electron (as "audioling").
|
||||
# modern software development was a mistake.
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-31.7.7"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue