Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build system #3

Open
jefdaj opened this issue May 28, 2024 · 0 comments
Open

Fix build system #3

jefdaj opened this issue May 28, 2024 · 0 comments

Comments

@jefdaj
Copy link
Owner

jefdaj commented May 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant