diff --git a/flake.nix b/flake.nix index 78ef99d..48b7a91 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ devShell = forAllSystems (system: let pkgs = nixpkgsFor.${system}; in pkgs.mkShell { - buildInputs = with pkgs; [ go gopls goimports go-tools ]; + buildInputs = with pkgs; [ go gopls go-tools ]; }); };