1 { stdenvNoCC, lib, fetchurl }:
6 stdenvNoCC.mkDerivation {
11 url = "https://github.com/IdreesInc/Miracode/releases/download/v${version}/Miracode.ttf";
12 hash = "sha256-Q+/D/TPlqOt779qYS/dF7ahEd3Mm4a4G+wdHB+Gutmo=";
21 install -Dm644 $src $out/share/fonts/truetype/Miracode.ttf
26 description = "Sharp, readable, vector-y version of Monocraft";
27 homepage = "https://github.com/IdreesInc/Miracode";
28 license = licenses.ofl;
29 platforms = platforms.all;
30 maintainers = with maintainers; [ coca ];