From d3dc97a7749be87a986d22a55419152eb69d8832 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 28 Jun 2025 20:33:10 +0200 Subject: feat(workstation): add golangci-lint --- nixos/profiles/workstation/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 2cad67b..ac9b2f1 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ rustup go + golangci-lint python313 nodejs_22 -- cgit v1.2.3