mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
haskellPackages.hls-module-name-plugin: Disable checks on darwin
This commit is contained in:
parent
23019ba481
commit
101c585770
|
@ -172,5 +172,6 @@ self: super: {
|
|||
hls-class-plugin = dontCheck super.hls-class-plugin;
|
||||
hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
|
||||
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
||||
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue