From 675a5c622b89d6d0fe624d1a54732bd356efbc9c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Jun 2026 19:09:24 +0800 Subject: [PATCH] disable hnix-store-core (haskell-nix/hnix-store#317) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc9df68e..29f38af5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5972,7 +5972,6 @@ packages: - ghc-exactprint - ghc-trace-events # #6326/closed - hashing # #6271 - - hnix-store-core # #6271 - ilist # #5965/closed - io-storage # #6326/closed - MissingH @@ -6016,6 +6015,7 @@ packages: - hastache < 0 # 0.6.1 bounds - heart-core < 0 # 0.3.2 compile fail, deprecated - hnix < 0 # 0.17.0 #6271/closed + - hnix-store-core < 0 # 0.8.0.0 #6271 https://github.com/haskell-nix/hnix-store/issues/317 - json-builder < 0 # 0.3 bounds - lens-labels < 0 # 0.3.0.1 bounds, deprecated #4358/closed - membrain < 0 # 0.0.0.2 bounds #5965/closed