Skip to content

Commit 4670cbb

Browse files
committed
Remove changes to shell.nix. Run not pure.
1 parent 374b4ba commit 4670cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124
with:
125125
options: ${{ env.NIX_SHELL_ARGS }}
126126
working-directory: rules_haskell_tests
127+
# DEBUG BEGIN
128+
pure: false
129+
# DEBUG END
127130
run: |
128131
# XXX run start script `--with-bzlmod=true` when supported
129132
if ! ${{ matrix.bzlmod }}; then

rules_haskell_tests/shell.nix

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

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

4643
shellHook = ''
4744
# Add nix config flags to .bazelrc.local.

0 commit comments

Comments
 (0)