diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-07-01 19:28:55 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-07-01 19:28:55 +0200 |
| commit | 90c7373be454cf0754b447c469fb457963d5da1f (patch) | |
| tree | 404464516cd467c362eb123a01ee411af03d2e4e | |
| parent | 0d1f7118f12ad2e85581b387d12b6f5cd032422f (diff) | |
golang: add gocode to path
| -rw-r--r-- | modules/golang.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/golang.nix b/modules/golang.nix index e6e0821..e31721a 100644 --- a/modules/golang.nix +++ b/modules/golang.nix @@ -17,6 +17,6 @@ in { }; config = mkIf cfg.enable { - buildInputs = [ cfg.package ] ++ (with pkgs; [ gofumpt golint ]); + buildInputs = [ cfg.package ] ++ (with pkgs; [ gocode gofumpt golint ]); }; } |
