From ae50afbff86a08931cea024810f11207eca44589 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 17 Dec 2024 00:53:02 +0100 Subject: [PATCH] fix arr build --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = [