mergiraf: add updateScript

This commit is contained in:
Defelo 2025-06-08 18:47:36 +02:00
parent f50c275fee
commit b27e729739
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

View file

@ -2,6 +2,7 @@
lib,
fetchFromGitea,
rustPlatform,
nix-update-script,
# native check inputs
git,
@ -30,6 +31,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--version";
passthru.updateScript = nix-update-script { };
meta = {
description = "Syntax-aware git merge driver for a growing collection of programming languages and file formats";
homepage = "https://mergiraf.org/";