Skip to content

Commit a17b44d

Browse files
committed
adding python3
1 parent 860c0e1 commit a17b44d

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
@@ -128,7 +128,7 @@ pkgs.mkShell {
128128
)
129129
++ attrValues haskell-tools
130130
++ optionals withGHCTooling (
131-
with pkgs; [ automake autoconf alex happy ]
131+
with pkgs; [ python3 automake autoconf alex happy ]
132132
)
133133
);
134134

0 commit comments

Comments
 (0)