Automatically install templ utilities

main
Elnu 2 years ago
parent 643f56f3c8
commit a48a97a7f7

@ -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
''; '';
} }