7 stdenvNoCC.mkDerivation (finalAttrs: {
12 url = "https://github.com/githubnext/monaspace/releases/download/v${finalAttrs.version}/monaspace-v${finalAttrs.version}.zip";
14 hash = "sha256-o5s4XBuwqA4sJ5KhEn5oYttBj4ojekr/LO6Ww9oQRGw=";
25 pushd monaspace-v${finalAttrs.version}/fonts/
26 install -Dm644 otf/*.otf -t $out/share/fonts/opentype
27 install -Dm644 variable/*.ttf -t $out/share/fonts/truetype
28 install -Dm644 webfonts/*.woff -t $woff/share/fonts/woff
35 description = "Innovative superfamily of fonts for code";
37 Since the earliest days of the teletype machine, code has been set in
38 monospaced type — letters, on a grid. Monaspace is a new type system that
39 advances the state of the art for the display of code on screen.
41 Every advancement in the technology of computing has been accompanied by
42 advancements to the display and editing of code. CRTs made screen editors
43 possible. The advent of graphical user interfaces gave rise to integrated
44 development environments.
46 Even today, we still have limited options when we want to layer additional
47 meaning on top of code. Syntax highlighting was invented in 1982 to help
48 children to code in BASIC. But beyond colors, most editors must
49 communicate with developers through their interfaces — hovers, underlines,
50 and other graphical decorations.
52 Monaspace offers a more expressive palette for code and the tools we use
55 homepage = "https://monaspace.githubnext.com/";
56 license = lib.licenses.ofl;
57 maintainers = with lib.maintainers; [ AndersonTorres ];
58 platforms = lib.platforms.all;