go: update dependencies

This commit is contained in:
Tigor Hutasuhut 2024-08-12 19:20:24 +07:00
parent 137b384764
commit 6ca0ea7b41
2 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.profile.go;
in
@ -10,5 +10,13 @@ in
"gitlab.bareksa.com"
];
};
home.packages = with pkgs; [
gotools
###### Golang development tools ######
gomodifytags
gotests
iferr
];
};
}

View file

@ -62,11 +62,8 @@ in
docker-compose-language-service
emmet-ls
silicon # For code screenshots
lua-language-server
###### Golang development tools ######
gomodifytags
gotests
iferr
curl
cargo
nixpkgs-fmt