From 3199c9188a3c979faad4c9c216333854541e9e4c Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Tue, 20 Jul 2021 18:34:43 +0800 Subject: haskellPackages.nix-linter: remove unnecessary jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 460146969b1..3afae5da3c2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1915,8 +1915,4 @@ EOT assert pkgs.lib.versionOlder self.hspec.version "2.8.2"; doJailbreak super.graphql; - # Too strict bounds on hnix - # https://github.com/Synthetica9/nix-linter/issues/56 - nix-linter = doJailbreak super.nix-linter; - } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super -- cgit 1.4.1