rgx: add passthru.updateScript

This commit is contained in:
Pascal Dietrich
2026-04-15 19:25:14 +02:00
parent 6fde3c1f9e
commit 6c6d3b0a98
+3
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
rustPlatform,
pcre2,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -22,6 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildFeatures = [ "pcre2-engine" ];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/brevity1swos/rgx";
description = "Terminal regex tester with real-time matching and multi-engine support";