Presumably when entering an environment (i.e. through echo "load" > .cade) it should be entering default dev shell.
In my particular case, my devShell has a shellHook. However, my environment successfully loads with all the buildInputs present. But the shellHook is never run unless I explicitly run nix develop which then puts me into yet another sub-shell.
Is it possible to ensure shellHook is called when entering a cade layer?
Presumably when entering an environment (i.e. through
echo "load" > .cade) it should be entering default dev shell.In my particular case, my devShell has a shellHook. However, my environment successfully loads with all the buildInputs present. But the shellHook is never run unless I explicitly run
nix developwhich then puts me into yet another sub-shell.Is it possible to ensure shellHook is called when entering a cade layer?