We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de40fbe commit b418ac9Copy full SHA for b418ac9
example/MODULE.bazel
@@ -86,7 +86,7 @@ bazel_dep(name = "rules_nixpkgs_core")
86
bazel_dep(name = "rules_nixpkgs_cc")
87
bazel_dep(name = "rules_nixpkgs_posix")
88
bazel_dep(name = "platforms", version = "0.0.10")
89
-bazel_dep(name = "rules_cc", version = "0.0.9")
+bazel_dep(name = "rules_cc", version = "0.0.10")
90
91
# TODO Remove once rules_nixpkgs is in the BCR.
92
RULES_NIXPKGS_REV = "7e627d76ba65d6c42586fc265e46bd370672b4eb"
0 commit comments