Loading pkgs/by-name/ty/typos/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, rustPlatform, fetchFromGitHub, testers, nix-update-script, typos, }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +20,12 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-cn1jy8kQ6R+JU6w/sqcNP+uzSKKg3V4H97qnJAIESd0="; passthru = { tests.version = testers.testVersion { package = typos; }; updateScript = nix-update-script { }; }; meta = with lib; { description = "Source code spell checker"; mainProgram = "typos"; Loading Loading
pkgs/by-name/ty/typos/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, rustPlatform, fetchFromGitHub, testers, nix-update-script, typos, }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +20,12 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-cn1jy8kQ6R+JU6w/sqcNP+uzSKKg3V4H97qnJAIESd0="; passthru = { tests.version = testers.testVersion { package = typos; }; updateScript = nix-update-script { }; }; meta = with lib; { description = "Source code spell checker"; mainProgram = "typos"; Loading