home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2f4b9006f2f076f67bed44e86f225139f7dd01ff
parent 9d05af0d77da4f24f78155ceae3afde229c835b6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 30 Nov 2018 15:43:24 +0100

dev.go: move golangci-lint for good (no alias) 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/assets/fish/go.fish | 4++--
Mmodules/profiles/dev.go.nix | 14+++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/modules/profiles/assets/fish/go.fish b/modules/profiles/assets/fish/go.fish @@ -1,9 +1,9 @@ set -gx GOPATH $HOME function _def_go_nix_run_aliases - set -l unstable pprof golangci-lint + set -l unstable pprof for s in $unstable - _nix_run_package $s unstable ~/.config/nixpkgs/channels.nix + _nix_run_package $s unstable ~/.config/nixpkgs/channels.nix end end diff --git a/modules/profiles/dev.go.nix b/modules/profiles/dev.go.nix @@ -18,16 +18,16 @@ in { profiles.dev.enable = true; home.packages = with pkgs; [ - go gcc - # tools - gotools - golint - godef + go gocode - gotests - gopkgs + godef + golangci-lint + golint gomodifytags + gopkgs + gotests + gotools go-outline go-symbols goconvey