dev: Disable treefmt check (#230)

Due to a gh self runner issue
This commit is contained in:
Sridhar Ratnakumar 2024-02-13 08:52:51 -05:00 committed by GitHub
parent 9e17ffd7d5
commit 88715ebf33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@
projectRoot = ../.;
projectRootFile = "README.md";
programs.nixpkgs-fmt.enable = true;
# FIXME: treefmt check fails in gh self-hosted runner
# https://nixos.zulipchat.com/#narrow/stream/413948-nixos/topic/Self-hosted.20GitHub.20runners/near/421222981
flakeCheck = false;
};
mission-control.scripts = {
ex = {