When using nix integration, stack clean does not work. I'm not sure if there's any reason it should need GHC at all for clean, but it exits with a No compiler found, ... error message when the user does not have GHC installed in their user profile. Presumably Stack is not performing clean from within the nix shell, or it should not need GHC at all.
EDIT: This is a regression in Stack 1.5. This worked in 1.4.
When using nix integration,
stack cleandoes not work. I'm not sure if there's any reason it should need GHC at all forclean, but it exits with aNo compiler found, ...error message when the user does not have GHC installed in their user profile. Presumably Stack is not performingcleanfrom within the nix shell, or it should not need GHC at all.EDIT: This is a regression in Stack 1.5. This worked in 1.4.