Skip to content

Commit

Permalink
chore(flake): remove dotnet-sdk from permittedInsecurePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Dec 8, 2024
1 parent 984373f commit b5a1ddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"dotnet-sdk-7.0.410" # TODO: Remove when this is merged: https://github.com/NixOS/nixpkgs/pull/360383
];
permittedInsecurePackages = [];
};

overlays = lib.my.overlays.pkgs ++ lib.singleton (inputs.aagl.overlays.default);
Expand Down

0 comments on commit b5a1ddb

Please sign in to comment.