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:
@@ -35,10 +35,7 @@ lib.overrideDerivation postgrest.env (
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
base.buildInputs ++ [
|
base.buildInputs ++ [
|
||||||
pkgs.cabal-install
|
pkgs.cabal-install
|
||||||
pkgs.cabal2nix
|
|
||||||
pkgs.git
|
|
||||||
pkgs.postgresql
|
pkgs.postgresql
|
||||||
pkgs.update-nix-fetchgit
|
|
||||||
postgrest.hsie.bin
|
postgrest.hsie.bin
|
||||||
]
|
]
|
||||||
++ toolboxes;
|
++ toolboxes;
|
||||||
|
|||||||
Reference in New Issue
Block a user