home

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

commit 0f03e6a75f26d0211fb8d5f8914e7f6c8d82a23e
parent 68f27e22066248a34c8cbf063fef8496683f17e5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 24 Jul 2019 12:06:29 +0200

machine/naruhodo: add golangci-lint

Diffstat:
Mmachines/naruhodo.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/naruhodo.nix b/machines/naruhodo.nix @@ -7,6 +7,7 @@ with import ../assets/machines.nix;{ home.packages = with pkgs; [ kubectx kustomize + golangci-lint ]; profiles.containers.kubernetes = { enable = true;