Disable statix check until pipe-operators are included

This commit is contained in:
SebastianStork 2025-05-10 22:29:23 +02:00
parent 387f68eb7a
commit 9b2bf9686e

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
{
checks = {
statix = pkgs.runCommand "statix" { buildInputs = [ pkgs.statix ]; } ''
statix check ${self}
mkdir $out
'';
# statix = pkgs.runCommand "statix" { buildInputs = [ pkgs.statix ]; } ''
# statix check ${self}
# mkdir $out
# '';
deadnix = pkgs.runCommand "deadnix" { buildInputs = [ pkgs.deadnix ]; } ''
deadnix --fail ${self}