mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
f3f504ba84
commit
16ed9a5b74
1 changed files with 3 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue