tea-create-pr: don't use clan-core formatter

This commit is contained in:
DavHau
2025-01-17 19:20:28 +07:00
parent 8ff71d1445
commit 708a3aabf6
2 changed files with 1 additions and 6 deletions

View File

@@ -5,8 +5,6 @@
git,
tea,
openssh,
# our formatter
formatter,
}:
writeShellApplication {
name = "tea-create-pr";
@@ -16,9 +14,6 @@ writeShellApplication {
git
tea
openssh
# our treefmt formatter wrapped with correct config
formatter
];
text = builtins.readFile ./script.sh;
}