Compare commits

..

1 Commits

Author SHA1 Message Date
tux
b17687e37a style: format code 2026-07-31 20:23:26 +05:30
2 changed files with 8 additions and 15 deletions

View File

@@ -4,20 +4,13 @@
inputs.treefmt-nix.flakeModule
];
perSystem =
{
config,
pkgs,
system,
...
}:
{
treefmt.config = {
projectRootFile = "flake.nix";
flakeCheck = true;
programs = {
nixfmt.enable = true;
};
perSystem = {
treefmt.config = {
projectRootFile = "flake.nix";
flakeCheck = true;
programs = {
nixfmt.enable = true;
};
};
};
}