constellation/bazel/mkosi/mkosi_configure.bzl

8 lines
255 B
Python
Raw Permalink Normal View History

2023-10-04 04:51:17 -04:00
"""Repository rule to configure a toolchain using nixpkgs mkosi."""
2023-10-04 04:51:17 -04:00
def register_mkosi(name):
native.register_toolchains(
"@constellation//bazel/mkosi:mkosi_nix_toolchain",
"@constellation//bazel/mkosi:mkosi_missing_toolchain",
)