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
The file generated by stack2nix is reasonably large as it contains every package in stackage. It would be nice if this tool could generate a smaller file which comprises just the dependency closure of the stack project.
It's really tricky since stack and nix have different dependency resolutions (due to the way flags are enabled, etc). The only way would be to use hnix to generate a flat list of packages needed for top-level packages and prune the rest.
Activity
domenkozar commentedon Jun 20, 2018
It's really tricky since stack and nix have different dependency resolutions (due to the way flags are enabled, etc). The only way would be to use
hnix
to generate a flat list of packages needed for top-level packages and prune the rest.domenkozar commentedon Aug 14, 2018
#111 would be a step into this direction.