From 6c906e0873097c0887ee9b14bd4757ce70f574c9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 22 Jan 2026 13:28:24 +0100 Subject: [PATCH] tests/all-package-tests: disable broken packages --- tests/all-package-defaults.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index 33893110..8cbec617 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -13,6 +13,12 @@ let }; disabledPackages = [ + # 2026-22-01 build failure + "shopify" + + # 2026-22-01 build failure + "dmd" + # 2025-12-24: phpPackages.php-codesniffer is broken # https://github.com/NixOS/nixpkgs/pull/459254#issuecomment-3689578764 "php-codesniffer" @@ -105,6 +111,10 @@ let "wl-clipboard" # wayland ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [ + # 2026-01-23: dependency models-dev is broken + "opencode" + "opencode.nvim" + # 2025-12-24: build failure # I (@GaetanLepage) am able to build this package on my system, but it is not cached on # hydra.nixos.org and builbot fails at building it