chore: format

This commit is contained in:
Teesh 2026-02-06 14:49:06 +02:00
parent 18cce0eb09
commit 8699ef309d
60 changed files with 265 additions and 312 deletions

View file

@ -41,7 +41,7 @@
copyparty.url = "github:9001/copyparty";
};
outputs = inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; }
outputs = inputs @ {flake-parts, ...}:
flake-parts.lib.mkFlake {inherit inputs;}
(inputs.import-tree ./modules);
}