diff --git a/shell.nix b/shell.nix index e294d51..9bdefef 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,5 @@ in pkgs.mkShell { buildInputs = with unstable; [ go_1_16 gopls - docker-compose - postgresql_13 ]; }