Skip to content

Commit 18754b8

Browse files
authored
feat(voyager): add a derivation that builds all plugins and modules at once (#5220)
2 parents 105f680 + 956aa03 commit 18754b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

voyager/voyager.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
packages =
4242
voyager
4343
// (crane.buildWorkspaceMember "voyager/plugins/zkgm-filter" { })
44+
// (crane.buildWorkspaceMember voy-modules-list {
45+
pname = "voyager-modules-plugins-single-build";
46+
version = "v0.0.0";
47+
})
4448
// schema.packages
4549
// {
4650
voyager-modules-plugins-names = builtins.toFile "voyager-modules-plugins-names.json" (
@@ -50,6 +54,7 @@
5054
) voy-modules-list
5155
)
5256
);
57+
5358
voyager-modules-plugins =
5459
let
5560
builder =

0 commit comments

Comments
 (0)