aboutsummaryrefslogtreecommitdiff
path: root/treefmt.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-03 14:46:40 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-03 14:46:40 -0800
commit8f07159caee839015f9612614ab84e571be9a713 (patch)
tree8a98448078894c1484b175dd19637a0e1c72c0ac /treefmt.nix
parentrun `nix flake check` in CI before building the site (diff)
downloadfcuny.net-8f07159caee839015f9612614ab84e571be9a713.tar.gz
switch to nixpkgs-fmt to format nix files
Diffstat (limited to 'treefmt.nix')
-rw-r--r--treefmt.nix2
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
};