treewide: format all files

This commit is contained in:
DavHau
2023-07-12 19:50:23 +02:00
parent 4036df90d2
commit 5d04a17ecd
7 changed files with 42 additions and 25 deletions

View File

@@ -1,11 +1,12 @@
{self, inputs, ...}: {
{
self,
inputs,
...
}: {
imports = [
inputs.treefmt-nix.flakeModule
];
perSystem = {
pkgs,
...
}: {
perSystem = {pkgs, ...}: {
treefmt.projectRootFile = "flake.nix";
treefmt.flakeCheck = true;
treefmt.flakeFormatter = true;