Skip to content

Commit a005294

Browse files
committed
Small fix: build_file attribute should be a label, not a string.
1 parent acfc866 commit a005294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs/nixpkgs.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ nixpkgs_package = repository_rule(
5151
"attribute_path": attr.string(),
5252
"path": attr.string(),
5353
"repository": attr.label(),
54-
"build_file": attr.string(),
54+
"build_file": attr.label(),
5555
"build_file_content": attr.string(),
5656
},
5757
local = True,

0 commit comments

Comments
 (0)