Loading pkgs/development/haskell-modules/configuration-common.nix +20 −16 Original line number Diff line number Diff line Loading @@ -3904,7 +3904,8 @@ with haskellLib; src = src + "/cachix-api"; } super.cachix-api; cachix = lib.pipe super.cachix [ cachix = lib.pipe super.cachix ( [ (overrideSrc { inherit version; src = src + "/cachix"; Loading @@ -3919,6 +3920,9 @@ with haskellLib; hnix-store-core = self.hnix-store-core_0_8_0_0; } ) ]; ] # https://github.com/NixOS/nixpkgs/issues/461651 ++ lib.optional pkgs.stdenv.isDarwin dontCheck ); } ) Loading
pkgs/development/haskell-modules/configuration-common.nix +20 −16 Original line number Diff line number Diff line Loading @@ -3904,7 +3904,8 @@ with haskellLib; src = src + "/cachix-api"; } super.cachix-api; cachix = lib.pipe super.cachix [ cachix = lib.pipe super.cachix ( [ (overrideSrc { inherit version; src = src + "/cachix"; Loading @@ -3919,6 +3920,9 @@ with haskellLib; hnix-store-core = self.hnix-store-core_0_8_0_0; } ) ]; ] # https://github.com/NixOS/nixpkgs/issues/461651 ++ lib.optional pkgs.stdenv.isDarwin dontCheck ); } )