diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-03 14:46:40 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-03 14:46:40 -0800 |
| commit | 8f07159caee839015f9612614ab84e571be9a713 (patch) | |
| tree | 8a98448078894c1484b175dd19637a0e1c72c0ac /treefmt.nix | |
| parent | run `nix flake check` in CI before building the site (diff) | |
| download | fcuny.net-8f07159caee839015f9612614ab84e571be9a713.tar.gz | |
switch to nixpkgs-fmt to format nix files
Diffstat (limited to '')
| -rw-r--r-- | treefmt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/treefmt.nix b/treefmt.nix index e6164a0..89a0c40 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -1,7 +1,7 @@ { projectRootFile = "flake.nix"; programs = { - nixfmt.enable = true; # nix + nixpkgs-fmt.enable = true; # nix taplo.enable = true; # toml yamlfmt.enable = true; # yaml }; |
