Skip to content

Commit 71b4c84

Browse files
committed
Install procps
1 parent 88a3e7b commit 71b4c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_haskell_tests/shell.nix

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

41-
packages = [ bazel_6 ];
41+
packages = [ bazel_6 procps ];
4242

4343
shellHook = ''
4444
# Add nix config flags to .bazelrc.local.

0 commit comments

Comments
 (0)