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 #2010
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 --fullwork within the containers, by not trying to delete the_homedir mentioned in #2010