fmt: reformat
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{pkgs ? import <nixpkgs> {}}: let
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
let
|
||||
custom-fonts = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "input";
|
||||
version = "1.0.2";
|
||||
@@ -16,6 +19,7 @@
|
||||
description = "Input DJR font";
|
||||
};
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
inherit custom-fonts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user