aboutsummaryrefslogtreecommitdiff
path: root/nix/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
];
};