apply treefmt

This commit is contained in:
Jörg Thalheim
2023-07-21 14:01:56 +02:00
parent ddaf55fd08
commit 0b654c7434
3 changed files with 9 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
};
outputs = inputs @ { flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } ({ lib, config, ... }: {
flake-parts.lib.mkFlake { inherit inputs; } ({ ... }: {
systems = [
"x86_64-linux"
"aarch64-linux"