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