1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "cascadia-code";
8 url = "https://github.com/microsoft/cascadia-code/releases/download/v${version}/CascadiaCode-${version}.zip";
10 hash = "sha256-Z2AzBeNiM6mc1OHCJRv0rUvH8WRygyQGSOvwbAISYHE=";
16 install -Dm644 otf/static/*.otf -t $out/share/fonts/opentype
17 install -Dm644 ttf/static/*.ttf -t $out/share/fonts/truetype
23 description = "Monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal";
24 homepage = "https://github.com/microsoft/cascadia-code";
25 changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt";
26 license = licenses.ofl;
27 maintainers = with maintainers; [ ryanccn ];
28 platforms = platforms.all;