Unverified Commit 6c6d3b0a authored by Pascal Dietrich's avatar Pascal Dietrich
Browse files

rgx: add passthru.updateScript

parent 6fde3c1f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";