From 745148bab5b66ecf9415b915ff445629f9acfc0c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 22 Jul 2024 07:10:12 -0700 Subject: no need to install go related packages There's no more go things in this repo --- nix/flake/devshell.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nix/flake') diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix index 063ce19..ff56ca6 100644 --- a/nix/flake/devshell.nix +++ b/nix/flake/devshell.nix @@ -15,14 +15,7 @@ packages = with pkgs; [ (config.treefmt.build.wrapper) - python3 - - go_1_21 - gopls - golangci-lint - goreleaser - just ]; }; -- cgit 1.4.1