10 stdenvNoCC.mkDerivation {
15 url = "https://github.com/IdreesInc/Miracode/releases/download/v${version}/Miracode.ttf";
16 hash = "sha256-Q+/D/TPlqOt779qYS/dF7ahEd3Mm4a4G+wdHB+Gutmo=";
25 install -Dm644 $src $out/share/fonts/truetype/Miracode.ttf
30 description = "Sharp, readable, vector-y version of Monocraft";
31 homepage = "https://github.com/IdreesInc/Miracode";
32 license = licenses.ofl;
33 platforms = platforms.all;
34 maintainers = with maintainers; [ coca ];