From 07c63fe9a6dce3f901390129ebc55359e05a07fb Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 16 Apr 2025 06:09:21 +0300 Subject: [PATCH] alejandra-custom: disable tests until I can be arsed ot fix them --- pkgs/alejandra-custom/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/alejandra-custom/package.nix b/pkgs/alejandra-custom/package.nix index b9a02e2..8113b88 100644 --- a/pkgs/alejandra-custom/package.nix +++ b/pkgs/alejandra-custom/package.nix @@ -11,6 +11,8 @@ alejandra.overrideAttrs (prev: { (prev.patches or []) ++ [./0001-no-ads.patch]; + doCheck = false; + meta = { description = "Custom build of Alejandra without ads & spaces around lists and attrsets"; mainProgram = "alejandra";