stack clean --full
may not work properly with docker + nix
#3471
Milestone
stack clean --full
may not work properly with docker + nix
#3471
To fix #2010, "stack clean" was made to no longer run within a docker or nix environment. This broke cleaning within the nix-shell as described in #3468. The solution in #3470 is to not enter docker for
stack clean --full
, but enter into nix. I don't think this will work properly for docker + nix.A better solution might be to make
stack clean --full
work within the containers, by not trying to delete the_home
dir mentioned in #2010The text was updated successfully, but these errors were encountered: