diff --git a/common/nix.nix b/common/nix.nix index 12ebcf7..bafc8ef 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -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" - ]; }