maintenance updates for element-web, forgejo, mastodon, matrix-synapse, nextcloud and others #235

Merged
teutat3s merged 5 commits from flake-updates into main 2024-10-05 12:30:07 +00:00
Showing only changes of commit 37f210c96f - Show all commits

View file

@ -6,7 +6,10 @@
... ...
}: }:
{ {
nixpkgs.config = lib.mkDefault { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ ]; }; nixpkgs.config = lib.mkDefault {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ ];
permittedInsecurePackages = [ "olm-3.2.16" ];
};
nix = { nix = {
# Use default version alias for nix package # Use default version alias for nix package