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 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 ; } {
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 = {
You can’t perform that action at this time.
0 commit comments