go: update dependencies
This commit is contained in:
parent
137b384764
commit
6ca0ea7b41
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.profile.go;
|
cfg = config.profile.go;
|
||||||
in
|
in
|
||||||
|
@ -10,5 +10,13 @@ in
|
||||||
"gitlab.bareksa.com"
|
"gitlab.bareksa.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
gotools
|
||||||
|
|
||||||
|
###### Golang development tools ######
|
||||||
|
gomodifytags
|
||||||
|
gotests
|
||||||
|
iferr
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,11 +62,8 @@ in
|
||||||
docker-compose-language-service
|
docker-compose-language-service
|
||||||
emmet-ls
|
emmet-ls
|
||||||
silicon # For code screenshots
|
silicon # For code screenshots
|
||||||
|
lua-language-server
|
||||||
|
|
||||||
###### Golang development tools ######
|
|
||||||
gomodifytags
|
|
||||||
gotests
|
|
||||||
iferr
|
|
||||||
curl
|
curl
|
||||||
cargo
|
cargo
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
|
Loading…
Reference in a new issue