let pkgs = import {}; in pkgs.mkShell { packages = with pkgs; [ go ]; shellHook = '' export PATH=$PATH:~/go/bin ''; }