Skip to content

Commit

Permalink
chore: remove dotnet 6 and 7 from permitted insecure pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 10, 2024
1 parent f47cfb6 commit 94e3e63
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions flake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
{
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
config = {
# from roslyn-ls
permittedInsecurePackages = [
"dotnet-core-combined"
"dotnet-sdk-6.0.428"
"dotnet-sdk-7.0.410"
"dotnet-sdk-wrapped-6.0.428"
];
};
overlays = [
inputs.gen-luarc.overlays.default
inputs.neorocks.overlays.default
Expand Down

0 comments on commit 94e3e63

Please sign in to comment.