Skip to content

Commit

Permalink
adding python3
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jan 17, 2025
1 parent 860c0e1 commit a17b44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pkgs.mkShell {
)
++ attrValues haskell-tools
++ optionals withGHCTooling (
with pkgs; [ automake autoconf alex happy ]
with pkgs; [ python3 automake autoconf alex happy ]
)
);

Expand Down

0 comments on commit a17b44d

Please sign in to comment.