File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 5
5
flake-root . url = "github:srid/flake-root" ;
6
6
mission-control . url = "github:Platonic-Systems/mission-control" ;
7
7
treefmt-nix . url = "github:numtide/treefmt-nix" ;
8
- haskell-flake = { } ;
8
+ haskell-flake = { } ; # Overriden by nixci (see top-level flake.nix) and direnv
9
9
} ;
10
10
outputs = inputs @{ self , nixpkgs , flake-parts , ... } :
11
11
flake-parts . lib . mkFlake { inherit inputs ; } {
20
20
projectRoot = inputs . haskell-flake ;
21
21
projectRootFile = "README.md" ;
22
22
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 ;
27
23
} ;
28
24
mission-control . scripts = {
29
25
ex = {
You can’t perform that action at this time.
0 commit comments