From 24aa6de67e93d0a7f77c190ff297d2fabefd96c5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 16 May 2025 20:56:24 +0200 Subject: [PATCH] Add statix comment --- flake/checks.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake/checks.nix b/flake/checks.nix index 0bd765e..b786f9f 100644 --- a/flake/checks.nix +++ b/flake/checks.nix @@ -4,6 +4,7 @@ { pkgs, ... }: { checks = { + # Disable until https://github.com/oppiliappan/statix/issues/88 is resolved # statix = pkgs.runCommandLocal "statix" { buildInputs = [ pkgs.statix ]; } '' # statix check ${self} # mkdir $out