6 stdenvNoCC.mkDerivation rec {
13 url = "https://github.com/vercel/geist-font/releases/download/${version}/Geist.Mono.zip";
15 hash = "sha256-8I4O2+bJAlUiDIhbyXzAcwXP5qpmHoh4IfrFio7IZN8=";
19 url = "https://github.com/vercel/geist-font/releases/download/${version}/Geist.zip";
21 hash = "sha256-nSN+Ql5hTd230w/u6VZyAZaPtFSaHGmMc6T1fgGTCME=";
30 install -Dm444 geist-{mono,sans}/*/*.otf -t $out/share/fonts/opentype
36 description = "Font family created by Vercel in collaboration with Basement Studio";
37 homepage = "https://vercel.com/font";
38 license = lib.licenses.ofl;
39 maintainers = with lib.maintainers; [ x0ba ];
40 platforms = lib.platforms.all;
41 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];