Skip to content

Commit

Permalink
Merge pull request NixOS#264317 from avdv/fix-bazel-python-bin-path-t…
Browse files Browse the repository at this point in the history
…ests

bazel_6: Fix `pythonBinPath` and `pythonBinPathWithNixHacks` tests
  • Loading branch information
uri-canva authored Oct 30, 2023
2 parents 17283f6 + c871ce0 commit b4c72e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ let
py_binary(
name = "bin",
srcs = [ "bin.py" ],
imports = [ "." ],
deps = [ ":lib" ],
)
'';
Expand Down

0 comments on commit b4c72e0

Please sign in to comment.