We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e17ffd commit 88715ebCopy full SHA for 88715eb
dev/flake.nix
@@ -19,6 +19,10 @@
19
projectRoot = ../.;
20
projectRootFile = "README.md";
21
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;
26
};
27
mission-control.scripts = {
28
ex = {
0 commit comments