fmt: alejandra

This commit is contained in:
2025-03-24 01:13:22 -05:00
parent ae454228f6
commit 9dbe1605e0
13 changed files with 379 additions and 400 deletions

View File

@@ -1,8 +1,4 @@
{
pkgs ? import <nixpkgs> { },
}:
let
{pkgs ? import <nixpkgs> {}}: let
custom-fonts = pkgs.stdenvNoCC.mkDerivation {
pname = "input";
version = "1.0.2";
@@ -20,7 +16,6 @@ let
description = "Input DJR font";
};
};
in
{
in {
inherit custom-fonts;
}