ci: disable treefmt check

This commit is contained in:
zowoq 2023-01-06 16:25:23 +10:00
parent f032688df8
commit a6370158ad

2
ci.nix
View file

@ -12,4 +12,4 @@ in
# FIXME: maybe find a more generic solution here?
devShell-x86_64 = self.outputs.devShells.x86_64-linux.default;
devShell-aarch64 = self.outputs.devShells.aarch64-linux.default;
} // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...
}# // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...