From b1fc5a9bad304416480e29f422d71f4c84ff662a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 25 Nov 2024 19:44:03 -0700 Subject: [PATCH] box: mark aspnetcore-runtime as permitted --- hosts/box/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index b0de08d..77bc277 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -190,6 +190,7 @@ in allowUnfree = true; permittedInsecurePackages = todo "figure out what is using openssl-1.1.1w" [ "openssl-1.1.1w" + "aspnetcore-runtime-wrapped-6.0.36" ]; }; #overlays = [