From e9bc74bf1175a3b504f760e59c2b9dd8e6f76e53 Mon Sep 17 00:00:00 2001 From: Bradley Nelson Date: Mon, 16 Dec 2024 16:45:35 -0700 Subject: [PATCH] feat: allow aspnetcore-runtime as an insecure package in NixOS configuration --- nixos/romeo/nixarr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/romeo/nixarr.nix b/nixos/romeo/nixarr.nix index eb76740..19db7c6 100644 --- a/nixos/romeo/nixarr.nix +++ b/nixos/romeo/nixarr.nix @@ -14,6 +14,7 @@ in nixpkgs.config.permittedInsecurePackages = [ "dotnet-sdk-6.0.428" + "aspnetcore-runtime-6.0.36" ]; nixarr = {