Advance haskell-flake for hlint check (#62)

This commit is contained in:
Hari Amoor 2022-09-30 14:24:09 -04:00 committed by GitHub
parent fd5c483768
commit d66e98108d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View file

@ -37,11 +37,11 @@
},
"haskell-flake": {
"locked": {
"lastModified": 1663188216,
"narHash": "sha256-/ZuI4EUxiMge3mb1alFebLsXqqWrfgsAzeM4VfP+uAs=",
"lastModified": 1664562023,
"narHash": "sha256-EYpGp8IlktZUF6k6StHZ8u8XaCY0JpTuG7u3FJWyPHM=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "4c6394586f7f9f0596f4822bfe14222fcc07f813",
"rev": "c5843170f9581b33740b4c081fdf6e835720d85e",
"type": "github"
},
"original": {

View file

@ -25,7 +25,8 @@
treefmt;
} // config.treefmt.formatters;
# overrides = self: super: {}
enableHLSCheck = true;
hlsCheck.enable = true;
hlintCheck.enable = true;
};
treefmt.formatters = {
inherit (pkgs)