Skip to content

Commit 88715eb

Browse files
authored
dev: Disable treefmt check (#230)
Due to a gh self runner issue
1 parent 9e17ffd commit 88715eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
projectRoot = ../.;
2020
projectRootFile = "README.md";
2121
programs.nixpkgs-fmt.enable = true;
22+
23+
# FIXME: treefmt check fails in gh self-hosted runner
24+
# https://nixos.zulipchat.com/#narrow/stream/413948-nixos/topic/Self-hosted.20GitHub.20runners/near/421222981
25+
flakeCheck = false;
2226
};
2327
mission-control.scripts = {
2428
ex = {

0 commit comments

Comments
 (0)