let name = ""; pkgs = import { }; in pkgs.mkShell { inherit name; buildInputs = [ ]; shellHook = '' export PS1='\h (${name}) \W \$ ' ''; }