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 {
|
nixpkgs.pkgs = import nixpkgs {
|
||||||
inherit overlays system;
|
inherit overlays system;
|
||||||
config = {
|
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
|
||||||
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" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
networking.hostName = name;
|
networking.hostName = name;
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue