From 03880ef039b7036561196ac360caa7151792ac29 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 19 Dec 2023 07:45:49 +0000 Subject: [PATCH] flake: set extra metadata --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 20e2b00..b4baf11 100644 --- a/flake.nix +++ b/flake.nix @@ -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}"; }; };