build: adding gh

This commit is contained in:
Marvin Preuss 2024-09-20 09:47:35 +02:00
parent c645b650d1
commit dc59545cd6

View File

@ -32,13 +32,13 @@
env-pkgs = with pkgs; [ env-pkgs = with pkgs; [
go_1_23 go_1_23
gh # github commandline tool
go-task go-task
gofumpt gofumpt
golangci-lint golangci-lint
golines golines
gopls gopls
skopeo # handling docker images without docker
skopeo
]; ];
in in
with pkgs; { with pkgs; {