From 822f8ef8020541a62699c1ba4f56f520a34fecc0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 28 Apr 2026 13:37:02 +0200 Subject: [PATCH] nix: remove unused tools from dev shell I doubt that anyone would use cabal2nix or update-nix-fetchgit manually - and at the same time everyone surely has git installed through their OS anyway, otherwise they can't even get that far. --- shell.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell.nix b/shell.nix index fa153ae83..ed3fdd7c1 100644 --- a/shell.nix +++ b/shell.nix @@ -35,10 +35,7 @@ lib.overrideDerivation postgrest.env ( buildInputs = base.buildInputs ++ [ pkgs.cabal-install - pkgs.cabal2nix - pkgs.git pkgs.postgresql - pkgs.update-nix-fetchgit postgrest.hsie.bin ] ++ toolboxes;