We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a005294 commit a300f57Copy full SHA for a300f57
nixpkgs/BUILD.pkg
@@ -4,3 +4,8 @@ filegroup(
4
name = "bin",
5
srcs = glob(["nix/bin/*"]),
6
)
7
+
8
+filegroup(
9
+ name = "lib",
10
+ srcs = glob(["nix/lib/*.so"]),
11
+)
0 commit comments