merge-after-ci: rewrite according to #814 #882

Merged
clan-bot merged 4 commits from DavHau-dave into main 2024-02-27 11:35:26 +00:00
Showing only changes of commit fdedf40e27 - Show all commits

View File

@ -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";