Skip to content

Commit

Permalink
Allow installation of deprecate .NET SDK used by Servarr apps
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Nov 27, 2024
1 parent c618a2e commit 2fabcd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@
nixpkgsConfig = {
android_sdk.accept_license = true;
permittedInsecurePackages = [
# Used by logseq
"electron-27.3.11"
# Used by Servarr apps
"dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428"
"aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
];
allowUnfreePredicate =
pkg:
Expand Down

0 comments on commit 2fabcd6

Please sign in to comment.