Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-10-26 10:31:16 +02:00
parent f18d747c9f
commit 7f9849fe70
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 56 additions and 19 deletions

View file

@ -135,7 +135,11 @@
{
nixpkgs.pkgs = import nixpkgs {
inherit overlays system;
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
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" ];
};
};
networking.hostName = name;
nix = {