forked from nyanloutre/nixos-config
fix Sonarr build
This commit is contained in:
parent
9d15f4f4c8
commit
2a23c234ac
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue