diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:10:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:10:12 -0700 |
commit | 745148bab5b66ecf9415b915ff445629f9acfc0c (patch) | |
tree | 133f1ad423bb48518799b9f594212544263b3145 /nix/flake | |
parent | remove commands from devenv (diff) | |
download | world-745148bab5b66ecf9415b915ff445629f9acfc0c.tar.gz |
no need to install go related packages
There's no more go things in this repo
Diffstat (limited to 'nix/flake')
-rw-r--r-- | nix/flake/devshell.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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 ]; }; |