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.
This commit is contained in:
Wolfgang Walther
2026-04-28 12:56:53 +00:00
parent c8439e437c
commit 822f8ef802
-3
View File
@@ -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;