Claudio Bley
Claudio Bley
**Is your feature request related to a problem? Please describe.** Native rules should be loaded from Starlark. * C++ rules should be loaded from rules_cc * Java rules should be...
Looking in https://github.com/bazelbuild/rules_cc/blob/e8422d39efbc0c6d6a32d8854929a7b05b77e820/cc/repositories.bzl#L5-L6 there are actually no dependencies loaded. I would have expected the usual `maybe(http_archive, ...)` for bazel_skylib and bazel_features and so on.
Trying to run nativelink on a NixOS system (or inside a Docker image created with nix' dockerTools) often fails to find executables. For instance using ```json5 cpu_count: { query_cmd: "nproc",...