build(nix): build cli with all features

This commit is contained in:
Amaan Qureshi 2025-09-11 19:32:32 -04:00 committed by Amaan Qureshi
parent 6e53dcc8e1
commit 917895e6a3

View file

@ -3,6 +3,7 @@
src,
rustPlatform,
version,
cmake,
pkg-config,
nodejs_22,
test-grammars,
@ -17,7 +18,10 @@ rustPlatform.buildRustPackage {
inherit src version;
cargoBuildFlags = [ "--all-features" ];
nativeBuildInputs = [
cmake
pkg-config
nodejs_22
]