summaryrefslogtreecommitdiff
path: root/checks/statix
diff options
context:
space:
mode:
Diffstat (limited to 'checks/statix')
-rw-r--r--checks/statix/package.nix2
1 files changed, 1 insertions, 1 deletions
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
''