Skip to content

Commit

Permalink
fix arr build
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Dec 16, 2024
1 parent 0755193 commit 471a829
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 471a829

Please sign in to comment.