summary refs log tree commit diff
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2022-06-24 11:58:33 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2022-06-24 11:58:33 +0200
commit7d3e319949922fbb6d05aa3e53b9a1dd559e04dd (patch)
tree2b885d9519dcf3991b15e478716c5f909f1ba984
parent511201ded50be0acf0e1038762caa333658b4503 (diff)
downloadnixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar.gz
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar.bz2
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar.lz
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar.xz
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.tar.zst
nixpkgs-7d3e319949922fbb6d05aa3e53b9a1dd559e04dd.zip
haskellPackages.hls-floskell-plugin: Disable flaky test on arm
-rw-r--r--pkgs/development/haskell-modules/configuration-arm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix
index 38a176c3db3..c7bbe3c6137 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/pkgs/development/haskell-modules/configuration-arm.nix
@@ -112,6 +112,7 @@ self: super: {
   hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
   hls-rename-plugin = dontCheck super.hls-rename-plugin;
   hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
+  hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
 } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
   # AARCH32-SPECIFIC OVERRIDES