flake: enrich overrides example
This commit is contained in:
parent
9ea398529d
commit
4584a37664
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
buildTools = hp: {
|
buildTools = hp: {
|
||||||
treefmt = config.treefmt.build.wrapper;
|
treefmt = config.treefmt.build.wrapper;
|
||||||
} // config.treefmt.build.programs;
|
} // config.treefmt.build.programs;
|
||||||
# overrides = self: super: {}
|
# overrides = self: super: with pkgs.haskell.lib; {};
|
||||||
hlsCheck.enable = false;
|
hlsCheck.enable = false;
|
||||||
hlintCheck.enable = true;
|
hlintCheck.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue