Anytime I push to my Haskell repos my actions automatically create static binaries for installation on my nodes.
It's almost a one-liner + a nix derivation import, works within a minute on incremental builds even on large projects: https://input-output-hk.github.io/haskell.nix/tutorials/cros...
Oh? Why is that?