Skip to content

Commit

Permalink
flake.nix: add dotnet insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 9, 2024
1 parent f2cf6db commit f7c3d54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,20 @@
permittedInsecurePackages = [
# NOTE: needed by emulationstation
"freeimage-unstable-2021-11-01"
# dev shells
"aspnetcore-runtime-7.0.20"
"aspnetcore-runtime-wrapped-7.0.20"
"dotnet-combined"
"dotnet-core-combined"
"dotnet-runtime-6.0.36"
"dotnet-runtime-7.0.20"
"dotnet-runtime-wrapped-6.0.36"
"dotnet-runtime-wrapped-7.0.20"
"dotnet-sdk-6.0.428"
"dotnet-sdk-7.0.410"
"dotnet-sdk-wrapped-6.0.428"
"dotnet-sdk-wrapped-7.0.410"
"dotnet-wrapped-combined"
];
};

Expand Down

0 comments on commit f7c3d54

Please sign in to comment.