harper: build harper-cli (#514065)

This commit is contained in:
Nick Cao
2026-04-28 19:26:30 +00:00
committed by GitHub
+10 -2
View File
@@ -17,10 +17,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
hash = "sha256-9AA2uln9cnMzFvPbxiD05sfdAZKO7xzoJSfQbeRNE9Y=";
};
buildAndTestSubdir = "harper-ls";
cargoHash = "sha256-P90qKrV4YK1ATwclbJ8wX+rcCdE1QetNNL96/IXeIMA=";
cargoBuildFlags = [
"--package=harper-cli"
"--package=harper-ls"
];
cargoTestFlags = [
"--package=harper-cli"
"--package=harper-ls"
];
passthru.updateScript = nix-update-script { };
nativeInstallCheckInputs = [