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