mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Remove packages not frequently used
Can always install these in a temporary nix shell if ever needed
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-9.4.4"
|
||||
/* "electron-9.4.4" */ # authy is currently stuck on electron_9
|
||||
];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user