diff --git a/flake.nix b/flake.nix index 307b4a6..2d98e58 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,15 @@ }; pkgs = import patchedNixpkgs { inherit system; + + 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" + ]; + }; }; allModules = [