10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-iT6kRzD+w7cb7ZjMt7NfkqwFJOzbt6kxc5vDjI7By84=";
21 cargoHash = "sha256-y7yIgM4pIvqsX7LuLU/6P/9oNxsJrg/o/4CqqJ8uitU=";
24 wrapProgram $out/bin/lazyjj \
25 --prefix PATH : ${lib.makeBinPath [ jujutsu ]}
28 nativeBuildInputs = [ makeWrapper ];
30 nativeCheckInputs = [ jujutsu ];
32 passthru.tests.version = testers.testVersion { package = lazyjj; };
35 description = "TUI for Jujutsu/jj";
36 homepage = "https://github.com/Cretezy/lazyjj";
37 mainProgram = "lazyjj";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ colemickens ];