From 48806c84feed0f3d0bc4a5428f6c0836a2fe1254 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 25 Aug 2026 16:13:38 -0400 Subject: [PATCH] fix(default.nix): remove permitted insecure packages --- common/global/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/global/default.nix b/common/global/default.nix index fce6a68..83b9812 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -42,9 +42,6 @@ overlays = builtins.attrValues outputs.overlays; config = { allowUnfree = true; - permittedInsecurePackages = [ - "openssl-1.1.1w" # This is for discord-canary - ]; }; };