feat: pin mbsync to version 4 (version 5 has a bug that prevents me from fetching my emails)

This commit is contained in:
Luj 2024-12-08 15:01:21 +01:00
parent 4bad661036
commit e3a122dfb3
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 185 additions and 1 deletions

View file

@ -56,6 +56,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
codeberg-pages-custom = prev.pkgs.callPackage ../packages/codeberg-pages-custom { };
readeck = prev.pkgs.callPackage ../packages/readeck { };
uptime-kuma-beta = prev.pkgs.callPackage ../packages/uptime-kuma-beta { };
isync = prev.pkgs.callPackage ../packages/isync { };
})
(