For our production deployment, we would like to compile all packages with `-O2`. As far as I can see, the `ghcOptions` ( https://input-output-hk.github.io/haskell.nix/reference/modules/#packagespackageghcoptions ) can only be set per-package. Is there an easy way to compile a complete package set with `-O2`?