Applefont : Format.
This commit is contained in:
parent
c40c9115d7
commit
002ab52c75
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Apple fonts.";
|
description = "Apple fonts.";
|
||||||
|
|
||||||
outputs = { nixpkgs, system } @inputs:
|
outputs = { nixpkgs, system } @inputs: let
|
||||||
let
|
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
in {
|
in {
|
||||||
|
|
Reference in a new issue