Skip to content

Commit a300f57

Browse files
committed
Add a default lib target.
1 parent a005294 commit a300f57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nixpkgs/BUILD.pkg

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ filegroup(
44
name = "bin",
55
srcs = glob(["nix/bin/*"]),
66
)
7+
8+
filegroup(
9+
name = "lib",
10+
srcs = glob(["nix/lib/*.so"]),
11+
)

0 commit comments

Comments
 (0)