kyra(hardening): hardened malloc init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:36:08 +03:00
parent 0998e016cd
commit df80d3a16a

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
environment = {
memoryAllocator = {
provider = pkgs.graphene-hardened;
};
};
}