forked from the-distro/nix-gerrit
7 lines
310 B
Python
7 lines
310 B
Python
# SPDX-FileCopyrightText: 2024 The nix-gerrit Authors <git@lukegb.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
alias(name = "jdk", actual = "@local_jdk//:jdk")
|
|
alias(name = "toolchain", actual = "@local_jdk//:toolchain")
|
|
alias(name = "bootstrap_runtime_toolchain", actual = "@local_jdk//:bootstrap_runtime_toolchain")
|