From 5ff953faa2426a0a4331e21334c7a060c9529b9f Mon Sep 17 00:00:00 2001 From: cinereal Date: Mon, 9 Jun 2025 14:57:56 +0200 Subject: [PATCH] chore: remove insecure patch as per its link, this issue appears resolved. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index ecc8b29..5a3e73a 100644 --- a/flake.nix +++ b/flake.nix @@ -31,8 +31,6 @@ config = { permittedInsecurePackages = [ - # https://github.com/NixOS/nixpkgs/issues/360592 - "aspnetcore-runtime-6.0.36" # TODO: https://github.com/NixOS/nixpkgs/issues/326335 "dotnet-sdk-6.0.428" ];