mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
255 B
Python
8 lines
255 B
Python
"""Repository rule to configure a toolchain using nixpkgs mkosi."""
|
|
|
|
def register_mkosi(name):
|
|
native.register_toolchains(
|
|
"@constellation//bazel/mkosi:mkosi_nix_toolchain",
|
|
"@constellation//bazel/mkosi:mkosi_missing_toolchain",
|
|
)
|