h: switch back to mimalloc since we are not using wallabag

This commit is contained in:
Aaron Bieber 2024-01-25 13:57:49 -07:00
parent e46673f1c7
commit eeeb404c56
No known key found for this signature in database

View File

@ -225,7 +225,7 @@ in
};
environment = {
memoryAllocator.provider = "libc";
memoryAllocator.provider = "mimalloc";
systemPackages = with pkgs; [
inetutils