8 rustPlatform.buildRustPackage rec {
12 cargoHash = "sha256-ebUCkcUACganeq5U0XU4VIGClKDZGhUw6K3WBgTUUUw=";
14 src = fetchFromGitHub {
15 owner = "ilai-deutel";
18 sha256 = "sha256-ox1qKWxJlUIFzEqeyzG2kqZix3AHnOKFrlpf6O5QM+k=";
21 nativeBuildInputs = [ makeWrapper ];
24 install -Dm644 syntax.d/* -t $out/share/kibi/syntax.d
25 wrapProgram $out/bin/kibi --prefix XDG_DATA_DIRS : "$out/share"
29 description = "Text editor in ≤1024 lines of code, written in Rust";
30 homepage = "https://github.com/ilai-deutel/kibi";
31 license = licenses.mit;
32 maintainers = with maintainers; [ robertodr ];