flake: set extra metadata

This commit is contained in:
Artemis Tosini 2023-12-19 07:45:49 +00:00
parent 8378d5ac26
commit 03880ef039
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -113,9 +113,12 @@
dontUnpack = true;
installPhase = mapAttrsToList copyType types
++ optional (dir != null) (mapAttrsToList copyTypeDir types);
passthru.font = true;
meta = {
inherit license;
platforms = platforms.all;
maintainers = with maintainers; [ artemist ];
description = "${name} font by ${author}";
};
};