blob: c0821e6504270db9667f381230cb191418fcc605 [file] [log] [blame]
load("@rules_python//python:defs.bzl", "py_runtime_pair")
# Python3 toolchain definition that uses //third_party/nix:python.nix (via
# external repository).
py_runtime(
name = "py3_runtime",
interpreter = "@hscloud_nix_python3//:python3",
python_version = "PY3",
)
py_runtime_pair(
name = "py_runtime_pair",
py3_runtime = ":py3_runtime",
)
toolchain(
name = "py_toolchain",
toolchain = ":py_runtime_pair",
toolchain_type = "@rules_python//python:toolchain_type",
)