1 { lib, rustPlatform, fetchFromGitea }:
3 rustPlatform.buildRustPackage rec {
8 domain = "codeberg.org";
12 hash = "sha256-KIxK0JYfq/1Bn4LOn+LzWPBUvGYMvOEuqS7GMpDRvW0=";
15 cargoHash = "sha256-AeVUVF4SBS9FG0iezLBKUm4Uk1PPRXPTON93evgL9IA=";
18 ln -s $out/bin/seh $out/bin/seehecht
22 description = "Tool to quickly open a markdown document with already filled out frontmatter";
23 license = licenses.lgpl3Only;
24 platforms = platforms.all;
25 maintainers = with maintainers; [ annaaurora ];