workaround to build sonarr

NixOS/nixpkgs#360592
This commit is contained in:
Adithya 2024-12-07 02:27:27 +05:30
parent e9b1b817c6
commit 90c0d22af4
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -61,6 +61,12 @@
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"aspnetcore-runtime-wrapped-6.0.36"
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-wrapped-6.0.428"
"dotnet-sdk-6.0.428"
];
};
overlays = [ (import ./extra-packages) ];
};