fmt: reformat
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 6m33s

This commit is contained in:
2025-03-24 04:12:00 -05:00
parent 9dbe1605e0
commit a057d9bcc7
13 changed files with 368 additions and 344 deletions

View File

@@ -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;
}