From e4a8dd89c77aac107cf7d080969864f084e9be68 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 15 Dec 2023 22:36:15 +0700 Subject: [PATCH] hosts/hyacinth: permit new openssl version --- hosts/hyacinth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index 899c76b..db176e3 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -43,6 +43,6 @@ # For steam fhs-env nixpkgs.config.permittedInsecurePackages = [ - "openssl-1.1.1v" + "openssl-1.1.1w" ]; }