Remove unused packages

This commit is contained in:
Dave Gallant
2025-03-10 21:12:06 -04:00
parent 422ebbe491
commit c7b5e8b4f4
3 changed files with 6 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [ ];
};
};