go: update dependencies
This commit is contained in:
parent
137b384764
commit
6ca0ea7b41
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue