let pkgs = import { overlays = [ ]; }; in pkgs.mkShell { buildInputs = with pkgs; [ nodejs python3 sqlite ]; exitHook = '' echo "closing env.." ''; }