fix Sonarr build

This commit is contained in:
nyanloutre 2024-12-12 16:50:50 +01:00
parent 9d15f4f4c8
commit 2a23c234ac

View File

@ -59,6 +59,12 @@
inputs = inputs; inputs = inputs;
pkgs-unstable = import nixpkgs-unstable { pkgs-unstable = import nixpkgs-unstable {
inherit system; inherit system;
config.permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
"dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428"
];
}; };
pkgs-4a3fc4cf7 = import nixpkgs-4a3fc4cf7 { pkgs-4a3fc4cf7 = import nixpkgs-4a3fc4cf7 {
inherit system; inherit system;