flake: enrich overrides example

This commit is contained in:
Sridhar Ratnakumar 2023-01-17 11:09:02 -05:00 committed by GitHub
parent 9ea398529d
commit 4584a37664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}; };