reNixos/kyra/environment/memoryAllocator.nix
s0me1newithhand7s df80d3a16a kyra(hardening): hardened malloc init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:05:49 +03:00

7 lines
112 B
Nix

{pkgs, ...}: {
environment = {
memoryAllocator = {
provider = pkgs.graphene-hardened;
};
};
}