From d9b571ab536ee6feac2908cc3c51a28244e5d3bb Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 31 Aug 2024 09:13:56 -0700 Subject: [PATCH] chore: stop permitting openssl-1.1.1w --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index ea2f098..f69dc96 100644 --- a/flake.nix +++ b/flake.nix @@ -47,13 +47,6 @@ snowfall.namespace = "aa"; channels-config.allowUnfree = true; - # TODO: This should be temporary. - # See here: - # https://github.com/NixOS/nixpkgs/issues/269713 - # https://github.com/project-chip/connectedhomeip/issues/25688 - channels-config.permittedInsecurePackages = [ - "openssl-1.1.1w" - ]; systems.modules.nixos = with inputs; [ agenix.nixosModules.default