···11-###############################################################################
22-# Bazel now uses Bzlmod by default to manage external dependencies.
33-# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
44-#
55-# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66-###############################################################################
77-
···718718 dontPatchELF = true;
719719720720 passthru = {
721721- # Additional tests that check bazel’s functionality. Execute
722722- #
723723- # nix-build . -A bazel_7.tests
724724- #
725725- # in the nixpkgs checkout root to exercise them locally.
726726- # tests = callPackage ./tests.nix {
727727- # inherit Foundation bazel_self lockfile repoCache;
728728- # };
729729- # TODO tests have not been updated yet and will likely need a rewrite
730730- # tests = callPackage ./tests.nix { inherit Foundation bazelDeps bazel_self; };
721721+ # TODO add some tests to cover basic functionality, and also tests for enableNixHacks=true (buildBazelPackage tests)
722722+ # tests = ...
731723732724 # For ease of debugging
733725 inherit bazelDeps bazelFhs bazelBootstrap;