From d0315c169a2c597553fa35a37478626b35c5c355 Mon Sep 17 00:00:00 2001 From: Marcus Geiger Date: Thu, 21 Oct 2021 23:50:50 +0200 Subject: [PATCH] Remove unwanted Nix dependencies --- shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.nix b/shell.nix index e294d51a7..9bdefef94 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 ]; }