7 rustPlatform.buildRustPackage rec {
11 cargoSha256 = "sha256-ebUCkcUACganeq5U0XU4VIGClKDZGhUw6K3WBgTUUUw=";
13 src = fetchFromGitHub {
14 owner = "ilai-deutel";
17 sha256 = "sha256-ox1qKWxJlUIFzEqeyzG2kqZix3AHnOKFrlpf6O5QM+k=";
20 nativeBuildInputs = [ makeWrapper ];
23 install -Dm644 syntax.d/* -t $out/share/kibi/syntax.d
24 wrapProgram $out/bin/kibi --prefix XDG_DATA_DIRS : "$out/share"
28 description = "A text editor in ≤1024 lines of code, written in Rust";
29 homepage = "https://github.com/ilai-deutel/kibi";
30 license = licenses.mit;
31 maintainers = with maintainers; [ robertodr ];