Skip to content

Commit 1e29717

Browse files
authored
dev: Reintroduce treefmt flake check (#235)
1 parent ad79c90 commit 1e29717

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev/flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flake-root.url = "github:srid/flake-root";
66
mission-control.url = "github:Platonic-Systems/mission-control";
77
treefmt-nix.url = "github:numtide/treefmt-nix";
8-
haskell-flake = {};
8+
haskell-flake = { }; # Overriden by nixci (see top-level flake.nix) and direnv
99
};
1010
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
1111
flake-parts.lib.mkFlake { inherit inputs; } {
@@ -20,10 +20,6 @@
2020
projectRoot = inputs.haskell-flake;
2121
projectRootFile = "README.md";
2222
programs.nixpkgs-fmt.enable = true;
23-
24-
# FIXME: treefmt check fails in gh self-hosted runner
25-
# https://nixos.zulipchat.com/#narrow/stream/413948-nixos/topic/Self-hosted.20GitHub.20runners/near/421222981
26-
flakeCheck = false;
2723
};
2824
mission-control.scripts = {
2925
ex = {

0 commit comments

Comments
 (0)