When used as a local repository at least. Example WORKSPACE:
local_repository(
name = "bazelisp",
path = "/home/egao1980/projects/bazelisp"
)
load("@bazelisp//:repositories.bzl", "bazelisp_repositories")
bazelisp_repositories()
load("@bazelisp//:setup.bzl", "bazelisp_setup")
bazelisp_setup()
I think that's mostly a documentation issue though it would be nice to avoid copying those files.
When used as a local repository at least. Example
WORKSPACE:I think that's mostly a documentation issue though it would be nice to avoid copying those files.