7 stdenvNoCC.mkDerivation (finalAttrs: {
12 url = "https://github.com/isaozler/kode-mono/releases/download/${finalAttrs.version}/kode-mono-fonts.zip";
13 hash = "sha256-0EZTlSqGCavSwjpKcEFv2L/bkKLE2jLyBWPSnmxQ3ww=";
19 install -Dm644 kode-mono-fonts/fonts/ttf/*.ttf -t $out/share/fonts/truetype/
20 install -Dm644 kode-mono-fonts/fonts/variable/*.ttf -t $out/share/fonts/truetype/
25 description = "Custom-designed typeface explicitly created for the developer community";
26 homepage = "https://kodemono.com/";
27 changelog = "https://github.com/isaozler/kode-mono/blob/main/CHANGELOG.md";
28 license = licenses.ofl;
29 maintainers = [ maintainers.isaozler ];
30 platforms = platforms.all;