Remove packages not frequently used

Can always install these in a temporary nix shell if ever needed
This commit is contained in:
Dave Gallant
2022-03-16 10:02:32 -04:00
parent c6f7ecf8fa
commit 4a138a7572
4 changed files with 13 additions and 46 deletions

View File

@@ -13,7 +13,7 @@
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-9.4.4"
/* "electron-9.4.4" */ # authy is currently stuck on electron_9
];
};