diff --git a/cross-js.nix b/cross-js.nix index aca8e83..7307801 100644 --- a/cross-js.nix +++ b/cross-js.nix @@ -104,6 +104,7 @@ pkgs.mkShell ({ perl stdenv.cc.cc.lib which + gitMinimal ]) ++ (with pkgs.buildPackages; [ ]) ++ builtins.attrValues haskell-tools diff --git a/cross-windows.nix b/cross-windows.nix index b359a49..1c216bb 100644 --- a/cross-windows.nix +++ b/cross-windows.nix @@ -211,6 +211,7 @@ pkgs.pkgsBuildBuild.mkShell ({ pkgsBuildBuild.perl stdenv.cc.cc.lib pkgsBuildBuild.which + pkgsBuildBuild.gitMinimal ]) ++ map pkgs.lib.getDev (with pkgs; [ zlib pcre openssl diff --git a/dynamic.nix b/dynamic.nix index 5d2728c..00ff737 100644 --- a/dynamic.nix +++ b/dynamic.nix @@ -125,6 +125,7 @@ pkgs.mkShell { pcre pkg-config which + gitMinimal zlib ]) ++ optional stdenv.hostPlatform.isLinux pkgs.systemd @@ -135,7 +136,7 @@ pkgs.mkShell { ) ++ attrValues haskell-tools ++ optionals withGHCTooling ( - with pkgs; [ python3 automake autoconf alex happy git libffi.dev ] + with pkgs; [ python3 automake autoconf alex happy libffi.dev ] ) ; diff --git a/static.nix b/static.nix index e06927c..c0126d1 100644 --- a/static.nix +++ b/static.nix @@ -161,6 +161,7 @@ pkgs.mkShell (rec { perl stdenv.cc.cc.lib which + gitMinimal ]) ++ (with pkgs.buildPackages; [ ]) ++ builtins.attrValues haskell-tools