Skip to content

Commit

Permalink
chore: permit insecure dotnet packages for sonarr
Browse files Browse the repository at this point in the history
NixOS/nixpkgs#360592

Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Dec 18, 2024
1 parent a17a03e commit 2dd0b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixpkgs/config.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
allowUnfree = true;
allowUnfreeRedistributable = true;
permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-6.0.428"
];
}

0 comments on commit 2dd0b9f

Please sign in to comment.