Skip to content

Commit

Permalink
split long sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Mar 9, 2022
1 parent 8793f2c commit dd5bb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchains/go/go.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def nixpkgs_go_configure(
quiet = False):
"""Use go toolchain from Nixpkgs.
By default rules_go configures the go toolchain to be downloaded as binaries (which doesn't work on NixOS),
there is a way to tell rules_go to look into environment and find local go binary which is not hermetic.
By default rules_go configures the go toolchain to be downloaded as binaries (which doesn't work on NixOS).
There is a way to tell rules_go to look into environment and find local go binary which is not hermetic.
This command allows to setup a hermetic go sdk from Nixpkgs, which should be considered as best practice.
Cross toolchains are declared and registered for each entry in the `PLATFORMS` constant in `rules_go`.
Expand Down

0 comments on commit dd5bb89

Please sign in to comment.