Loading pkgs/by-name/ty/typos/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, testers, nix-update-script, typos, }: Loading @@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec { passthru = { tests.version = testers.testVersion { package = typos; }; updateScript = nix-update-script { }; }; meta = with lib; { Loading Loading
pkgs/by-name/ty/typos/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, testers, nix-update-script, typos, }: Loading @@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec { passthru = { tests.version = testers.testVersion { package = typos; }; updateScript = nix-update-script { }; }; meta = with lib; { Loading