From 5a49142a4f94f2d70ebadc6c96efedf8f63e01c0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 3 Dec 2021 10:37:33 +0100 Subject: [PATCH] nix-tree: build with latest brick --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c02dca0638d..c41a243cf862 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2111,7 +2111,7 @@ EOT # Needs brick > 0.64 nix-tree = super.nix-tree.override { - brick = self.brick_0_64_2; + brick = self.brick_0_65; }; # build newer version for `pkgs.shellcheck`