From 821b63e6f016bcbc3fb0d0608bf3707f1153c972 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 15 Aug 2023 13:14:47 +0200 Subject: [PATCH] haskellPackages.nixfmt: relax upper bounds --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 51f3fd9c7722..67799d989210 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