8 lines
99 B
Nix
8 lines
99 B
Nix
{
|
|
description = "Google Fonts";
|
|
outputs =
|
|
{ self }:
|
|
{
|
|
lib = import ./.;
|
|
};
|
|
}
|