Skip to content

Commit

Permalink
restore backwards compatibility for toolchains_go library
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Mar 24, 2022
1 parent d55b95f commit bfa8bab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixpkgs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ bzl_library(
"@rules_nixpkgs_cc//:cc",
"@rules_nixpkgs_core//:bazel_tools",
"@rules_nixpkgs_core//:nixpkgs",
"@rules_nixpkgs_go//:go",
"@rules_nixpkgs_java//:java",
"@rules_nixpkgs_posix//:posix",
"@rules_nixpkgs_python//:python",
"@rules_nixpkgs_rust//:rust",
],
)

alias(
name = "toolchains_go",
actual = "@rules_nixpkgs_go//:go",
)

0 comments on commit bfa8bab

Please sign in to comment.