How can I specify the --system option as an environment variable?

I’m using an Apple Silicon MacBook.
Often specify --system = x86_64_darwin.
However, it is trouble to specify it every time, so I want to set environment variables. Is it possible to do this?

I’m using an Apple Silicon MacBook.

Nix also supports aarch64-darwin (the M1 chip), which use cases do you have which require intel arch?

It is needed to build software that depends on old nixpkgs, ghc, etc…

NIX_CONFIG="system = ..."