Skip to content

Commit 8d8857c

Browse files
committed
polkadot: build omni-node and parachain binaries
1 parent 1643014 commit 8d8857c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/polkadot/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ rustPlatform.buildRustPackage rec {
6464
cargoBuildFlags = [
6565
"-p"
6666
"polkadot"
67+
"-p"
68+
"polkadot-omni-node"
69+
"-p"
70+
"polkadot-parachain-bin"
6771
];
6872

6973
# NOTE: tests currently fail to compile due to an issue with cargo-auditable

0 commit comments

Comments
 (0)