From f0ce8bb2c11cc6001caba13371d671db0ccd3d7c 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" ];