flake: zotero has been updated and is not considered insecure anymore
This commit is contained in:
parent
6cba693f67
commit
614e0f67ba
1 changed files with 1 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue