let pkgs = import { overlays = [ ]; }; in pkgs.mkShell { buildInputs = with pkgs; [ nodejs ]; shellHook = '' ''; }