We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374b4ba commit 4670cbbCopy full SHA for 4670cbb
.github/workflows/workflow.yaml
@@ -124,6 +124,9 @@ jobs:
124
with:
125
options: ${{ env.NIX_SHELL_ARGS }}
126
working-directory: rules_haskell_tests
127
+ # DEBUG BEGIN
128
+ pure: false
129
+ # DEBUG END
130
run: |
131
# XXX run start script `--with-bzlmod=true` when supported
132
if ! ${{ matrix.bzlmod }}; then
rules_haskell_tests/shell.nix
@@ -38,10 +38,7 @@ mkShell {
38
file
39
] ++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ];
40
41
- # packages = [ bazel_6 ];
42
- # DEBUG BEGIN
43
- packages = [ bazel_6 darwin.top ];
44
- # DEBUG END
+ packages = [ bazel_6 ];
45
46
shellHook = ''
47
# Add nix config flags to .bazelrc.local.
0 commit comments