mergiraf: do not install "mgf_dev"

it's the same size as the main binary
This commit is contained in:
Ilia
2025-07-13 12:43:19 +03:00
parent 3cad0c8e96
commit ee4541be49
+6
View File
@@ -31,6 +31,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--version";
cargoBuildFlags = [
# don't install the `mgf_dev`
"--bin"
"mergiraf"
];
passthru.updateScript = nix-update-script { };
meta = {