generated from ElnuDev/go-project
Automatically install templ utilities
This commit is contained in:
parent
643f56f3c8
commit
a48a97a7f7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue