I'd like some packages to be optimized for my server CPU. GCC has -march=native for this, but that would not generate a cpu specific nixos hash. Is there a nix expression available which adds something like this: gcc -march=native -Q --help=target |grep enabled to CFLAGS and correctly hashing it?