Skip to content

Commit 21dbb8c

Browse files
committed
separate tooling from IOG
1 parent a17b44d commit 21dbb8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dynamic.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@ pkgs.mkShell {
127127
[ postgresql ] ++ (optional stdenv.hostPlatform.isAarch64 R)
128128
)
129129
++ attrValues haskell-tools
130-
++ optionals withGHCTooling (
131-
with pkgs; [ python3 automake autoconf alex happy ]
132-
)
133-
);
130+
)
131+
++ optionals withGHCTooling (
132+
with pkgs; [ python3 automake autoconf alex happy ]
133+
)
134+
;
134135

135136
passthru = {
136137
plans = if haskell-tools == {} then {} else

0 commit comments

Comments
 (0)