about summary refs log tree commit diff
path: root/treefmt.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to nixpkgs-fmt to format nix filesFranck Cuny2023-12-031-1/+1
|
* add `treefmt` and `pre-commit-hooks`Franck Cuny2023-12-031-0/+8
I can now run `nix fmt` or `nix flake check` to check the syntax for various files in this repository. Fixed a deprecation warning for `hugo`: ``` > WARN The author key in site configuration is deprecated. Use params.author.email instead. > WARN The author key in site configuration is deprecated. Use params.author.name instead. ```