Skip to content

Commit 9f53bb9

Browse files
authored
add git tooling (#212)
1 parent baf92ac commit 9f53bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pkgs.mkShell {
129129
++ attrValues haskell-tools
130130
)
131131
++ optionals withGHCTooling (
132-
with pkgs; [ python3 automake autoconf alex happy ]
132+
with pkgs; [ python3 automake autoconf alex happy git ]
133133
)
134134
;
135135

0 commit comments

Comments
 (0)