summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-15 13:14:47 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-16 14:51:06 +0200
commit821b63e6f016bcbc3fb0d0608bf3707f1153c972 (patch)
tree91d7ca1ece9cd7e7effb1bc23aaf8ab4711add22 /pkgs/development/haskell-modules/configuration-common.nix
parent4a85282f9adbe84d3fd5e75b17b4295d11bdad07 (diff)
downloadnixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar.gz
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar.bz2
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar.lz
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar.xz
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.tar.zst
nixpkgs-821b63e6f016bcbc3fb0d0608bf3707f1153c972.zip
haskellPackages.nixfmt: relax upper bounds
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 51f3fd9c772..67799d98921 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -358,6 +358,9 @@ self: super: {
     postPatch = "sed -i s/home/tmp/ test/Spec.hs";
   }) super.shell-conduit;
 
+  # https://github.com/serokell/nixfmt/issues/130
+  nixfmt = doJailbreak super.nixfmt;
+
   cachix = self.generateOptparseApplicativeCompletions [ "cachix" ]
     # Adds a workaround to the API changes in the versions library
     # Should be dropped by the next release