From 4bd2689ce36466f0c6230f1d4938a99456fa9704 Mon Sep 17 00:00:00 2001 From: piegames Date: Mon, 2 Oct 2023 11:54:51 +0200 Subject: [PATCH] fixup! Don't touch files if they don't need changing Co-authored-by: Silvan Mosberger --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9fc8af..a04cd703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Fix escaping of interpolations after dollar signs. * Fix nixfmt trying to allocate temp files that aren't used. -* Fix treefmt compatibility +* Don't write if files didn't change, fixing treefmt compatibility * Nixfmt now accepts the '-' argument to read from stdin. * `nixfmt [dir]` now recursively formats nix files in that directory. * Float and int literal parsing now matches nix.