I normally love the impure shells that extend the tools available on the system. However, I am working on a new package that others should be able to install. If I enter flox develop, everything is going well but commands in limited mkDerivation build, things are failing. I want to be able to iterativelly add/fix stuff inside build-like shell to see what is needed to be fixed.
Standard nix-shell is preety much pure unless set otherwise. Should I use nix-shell to develop package to be then added/used in Flox envs?