Skip to content

Commit 374b4ba

Browse files
committed
Install darwin.top.
1 parent 3c3de7c commit 374b4ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rules_haskell_tests/shell.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ mkShell {
3838
file
3939
] ++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ];
4040

41-
packages = [ bazel_6 ];
41+
# packages = [ bazel_6 ];
42+
# DEBUG BEGIN
43+
packages = [ bazel_6 darwin.top ];
44+
# DEBUG END
4245

4346
shellHook = ''
4447
# Add nix config flags to .bazelrc.local.

0 commit comments

Comments
 (0)