Skip to content

Commit 07e23e1

Browse files
committed
remove unused load
1 parent 32c4886 commit 07e23e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nixpkgs/nixpkgs.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ nixpkgs_package(
112112
```
113113
"""
114114

115-
load(
116-
"@rules_nixpkgs_core//:private/cc_toolchain/lib_cc_configure.bzl",
117-
"get_cpu_value",
118-
)
119115
load(
120116
"@rules_nixpkgs_cc//:cc.bzl",
121117
_nixpkgs_cc_configure = "nixpkgs_cc_configure",

0 commit comments

Comments
 (0)