Switch from Zotero to Mendeley
This commit is contained in:
parent
3f062b7a58
commit
d065d01f89
3 changed files with 8 additions and 3 deletions
|
|
@ -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 }: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue