simplify flake.nix

This commit is contained in:
Gregory Bednov 2025-01-06 16:15:43 +03:00 committed by GitHub
commit 2a46b6d1ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,6 @@
install -Dm644 -t $out/share/fonts/truetype/ *.ttf
runHook postInstall
'';
meta = with lib; {
description = "Typeface made for engineers";
homepage = "https://ascon.ru/";
license = licenses.unfree;
maintainers = with maintainers; [ gregorybednov ];
platforms = platforms.all;
};
};
in {
packages.x86_64-linux.gostfont = gostfont;