chore: fix formatting and add treefmt

This commit is contained in:
Tim Schubert 2025-07-26 20:56:40 +02:00
parent a26418c9c3
commit 5d55e620da
No known key found for this signature in database
10 changed files with 49 additions and 36 deletions

View file

@ -1,3 +1,4 @@
{ pkgs }: {
citizen-cups = pkgs.callPackage ./citizen-cups.nix {};
{ pkgs }:
{
citizen-cups = pkgs.callPackage ./citizen-cups.nix { };
}