From e471c311c2c76eaa0d4464529cf034d73fc5b966 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 4 Jul 2025 01:28:54 -0500 Subject: [PATCH] permittedInsecurePackages --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 041177d..a5b3cb7 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,10 @@ "vscode-extension-MS-python-vscode-pylance" "vscode-extension-github-copilot" ]; + + nixpkgs.config.permittedInsecurePackages = [ + "openssl-1.1.1w" + ]; home.packages = with pkgs; [ (writeShellScriptBin "nhmu" ''