From 6c6363d524e9df91893cd6f9ca4e055ddf44124d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 11 Dec 2023 16:11:07 +0100 Subject: [PATCH] Another day another insecure electron build --- nixos/shared-desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/shared-desktop/configuration.nix b/nixos/shared-desktop/configuration.nix index 65782dd..0d14232 100644 --- a/nixos/shared-desktop/configuration.nix +++ b/nixos/shared-desktop/configuration.nix @@ -30,6 +30,9 @@ config = { # Disable if you don't want unfree packages allowUnfree = true; + permittedInsecurePackages = [ + "electron-25.9.0" + ]; }; };