Advance haskell-flake
for hlint check (#62)
This commit is contained in:
parent
fd5c483768
commit
d66e98108d
2 changed files with 5 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
treefmt;
|
||||
} // config.treefmt.formatters;
|
||||
# overrides = self: super: {}
|
||||
enableHLSCheck = true;
|
||||
hlsCheck.enable = true;
|
||||
hlintCheck.enable = true;
|
||||
};
|
||||
treefmt.formatters = {
|
||||
inherit (pkgs)
|
||||
|
|
Loading…
Reference in a new issue