From f0e8a00b8af9cfb553bfd7f90d63899158db6df8 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:45:04 -0400 Subject: style: alejandra -> nixfmt-rfc-style (#4) --- checks/statix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checks/statix/package.nix') diff --git a/checks/statix/package.nix b/checks/statix/package.nix index aa0a478..bbebf24 100644 --- a/checks/statix/package.nix +++ b/checks/statix/package.nix @@ -4,7 +4,7 @@ root, statix, }: -runCommand "check-statix" {} '' +runCommand "check-statix" { } '' ${lib.getExe statix} check ${root} touch $out '' -- cgit v1.2.3