Switch from Zotero to Mendeley

This commit is contained in:
Filippo Berto 2022-11-28 10:00:28 +01:00
parent 3f062b7a58
commit d065d01f89
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 8 additions and 3 deletions

View file

@ -48,7 +48,10 @@
defaultConfig = {
allowUnfree = true;
extraOptions = "experimental-features = nix-command flakes";
permittedInsecurePackages = [ "electron-9.4.4" ]; # authy dependency
permittedInsecurePackages = [
"electron-9.4.4" # authy dependency
"qtwebkit-5.212.0-alpha4" # mendeley dependency
];
};
overlaysBuilder = { system }: [