Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cross-js.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pkgs.mkShell ({
perl
stdenv.cc.cc.lib
which
gitMinimal
]) ++ (with pkgs.buildPackages; [
])
++ builtins.attrValues haskell-tools
Expand Down
1 change: 1 addition & 0 deletions cross-windows.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dynamic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pkgs.mkShell {
pcre
pkg-config
which
gitMinimal
zlib
])
++ optional stdenv.hostPlatform.isLinux pkgs.systemd
Expand All @@ -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 ]
)
;

Expand Down
1 change: 1 addition & 0 deletions static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ pkgs.mkShell (rec {
perl
stdenv.cc.cc.lib
which
gitMinimal
]) ++ (with pkgs.buildPackages; [
])
++ builtins.attrValues haskell-tools
Expand Down
Loading