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