go: remove unused nix deps

This commit is contained in:
Antoine Langlois 2024-04-11 15:59:50 +02:00
parent ba4cb7b9f8
commit 61eb44ae84
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go
gopls
gotools
];
};
});