Skip to content

Commit

Permalink
fix import of lib_cc_configure
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 17, 2024
1 parent 5190554 commit 8464597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ nixpkgs_package(

load("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_autoconf_impl")
load(
"@rules_nixpkgs_core//:private/cc_toolchain/lib_cc_configure.bzl",
"@rules_nixpkgs_core//private/cc_toolchain:lib_cc_configure.bzl",
"get_cpu_value",
)
load(
Expand Down

0 comments on commit 8464597

Please sign in to comment.