flake: zotero has been updated and is not considered insecure anymore

This commit is contained in:
Charlotte Van Petegem 2024-01-22 15:04:51 +01:00
parent 6cba693f67
commit 614e0f67ba
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -143,11 +143,7 @@
{
nixpkgs.pkgs = import nixpkgs {
inherit overlays system;
config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
# I really need this for my PhD thesis
permittedInsecurePackages = [ "zotero-6.0.27" ];
};
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
};
networking.hostName = name;
nix = {