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 <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Dec 18, 2024
1 parent 32f7e08 commit 4e2163b
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 4e2163b

Please sign in to comment.