<jackdk>
has anyone here got pyre wired into an emacs config? flycheck-pyre uses flycheck-demand-command-checker with :command `(,flycheck-pyre-wrapper "pyre" "--output=json" "--noninteractive" (eval flycheck-pyre-args))
<jackdk>
I want to replace the "pyre" in that call with a /nix/store/..../bin/pyre , but flycheck-python-pyre-executable is just going to be the path to the wrapper