Loading pkgs/by-name/ha/harper/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -22,6 +23,11 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Grammar Checker for Developers"; homepage = "https://github.com/Automattic/harper"; Loading Loading
pkgs/by-name/ha/harper/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, nix-update-script, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading @@ -22,6 +23,11 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Grammar Checker for Developers"; homepage = "https://github.com/Automattic/harper"; Loading