summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-08-25 19:20:17 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-08-25 19:20:17 +0200
commitabd4b28a10e437081b4799d33abf84252f7fa3b3 (patch)
tree81f29fa021341eb10fb9dbd7664cf271440cdc9e /pkgs/development/haskell-modules/configuration-darwin.nix
parentb10e8be3a5400fc7fba5cd7ef408e818ec4ef1b8 (diff)
downloadnixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar.gz
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar.bz2
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar.lz
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar.xz
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.tar.zst
nixpkgs-abd4b28a10e437081b4799d33abf84252f7fa3b3.zip
haskellPackages.hls-floskell-plugin: dontCheck on darwin
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index f23abbd167d..9fb5fb33e47 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -196,6 +196,7 @@ self: super: {
   hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
   hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
   hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
+  hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
 
   # We are lacking pure pgrep at the moment for tests to work
   tmp-postgres = dontCheck super.tmp-postgres;