aboutsummaryrefslogtreecommitdiff
path: root/nix/flake/devshell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 07:10:12 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 07:10:12 -0700
commit745148bab5b66ecf9415b915ff445629f9acfc0c (patch)
tree133f1ad423bb48518799b9f594212544263b3145 /nix/flake/devshell.nix
parentremove commands from devenv (diff)
downloadinfra-745148bab5b66ecf9415b915ff445629f9acfc0c.tar.gz
no need to install go related packages
There's no more go things in this repo
Diffstat (limited to 'nix/flake/devshell.nix')
-rw-r--r--nix/flake/devshell.nix7
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
];
};