From cdf5775f6d3bc1ee72da57942e01a14be50d572c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 26 Nov 2024 09:32:46 -0700 Subject: [PATCH] box: add non-wrapped for aspnetcore-runtime --- hosts/box/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 77bc277..9956e3b 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -191,6 +191,7 @@ in permittedInsecurePackages = todo "figure out what is using openssl-1.1.1w" [ "openssl-1.1.1w" "aspnetcore-runtime-wrapped-6.0.36" + "aspnetcore-runtime-6.0.36" ]; }; #overlays = [