Automatically install templ utilities

This commit is contained in:
Elnu 2023-07-15 18:16:15 -07:00
parent 643f56f3c8
commit a48a97a7f7

View file

@ -7,5 +7,6 @@ pkgs.mkShell {
]; ];
shellHook = '' shellHook = ''
export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/go/bin:$PATH"
go install github.com/a-h/templ/cmd/templ@latest
''; '';
} }