fix Sonarr build
This commit is contained in:
parent
9d15f4f4c8
commit
2a23c234ac
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user