{ pkgs ? import { } }: let unstable = import { }; in pkgs.mkShell { packages = with pkgs; [ go nodejs nodePackages.tailwindcss unstable.templ python311Packages.grip ]; shellHook = '' export PATH=$PATH:~/go/bin ''; }