We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfc866 commit a005294Copy full SHA for a005294
nixpkgs/nixpkgs.bzl
@@ -51,7 +51,7 @@ nixpkgs_package = repository_rule(
51
"attribute_path": attr.string(),
52
"path": attr.string(),
53
"repository": attr.label(),
54
- "build_file": attr.string(),
+ "build_file": attr.label(),
55
"build_file_content": attr.string(),
56
},
57
local = True,
0 commit comments