You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a hodgepodge of build setups "mostly working", but none that work in all situations:
shell.nix + stack build builds the closest-to-static binary I've been able to achieve on MacOS
shell.nix + stack build on Linux works but the binary has a lot of dynamic libs
flake.nix static build works on Linux, but not on the latest ghc (9.8.1), and not with my dev dependencies in the shell
I'd like to migrate everything to the flake if possible, but need to wait for a couple issues to resolve themselves upstream or figure out how to work around them.
The text was updated successfully, but these errors were encountered:
I have a hodgepodge of build setups "mostly working", but none that work in all situations:
shell.nix
+stack build
builds the closest-to-static binary I've been able to achieve on MacOSshell.nix
+stack build
on Linux works but the binary has a lot of dynamic libsflake.nix
static build works on Linux, but not on the latest ghc (9.8.1), and not with my dev dependencies in the shellI'd like to migrate everything to the flake if possible, but need to wait for a couple issues to resolve themselves upstream or figure out how to work around them.
The text was updated successfully, but these errors were encountered: