From fdedf40e2737370a13ba1771bd581f64dfaa02ad Mon Sep 17 00:00:00 2001 From: DavHau Date: Tue, 27 Feb 2024 18:18:50 +0700 Subject: [PATCH] formatting: exclude script-writers.nix Was copied from nixpkgs -> Keeping the diff low in order to upstream easier --- formatter.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/formatter.nix b/formatter.nix index a416dca6..2b7b6d0a 100644 --- a/formatter.nix +++ b/formatter.nix @@ -30,6 +30,10 @@ "--" # this argument is ignored by bash ]; includes = [ "*.nix" ]; + excludes = [ + # Was copied from nixpkgs. Keep diff minimal to simplify upstreaming. + "pkgs/builders/script-writers.nix" + ]; }; treefmt.settings.formatter.python = { command = "sh";