Skip to content

Commit 067e79e

Browse files
authored
Merge pull request #3 from fedibtc/build-stabilitypool-feature
added stability_pool_v1 feature for fmo_server build
2 parents ad7698d + 51d69dc commit 067e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
pname = "fmo_server";
6969
version = "0.1.0";
7070
src = rustSrc;
71-
cargoExtraArgs = "--package=fmo_server";
71+
cargoExtraArgs = "--package=fmo_server --features=stability_pool_v1";
7272
RUSTFLAGS = "--cfg tokio_unstable";
7373
});
7474
in

0 commit comments

Comments
 (0)