diff options
Diffstat (limited to 'checks/stylua')
| -rw-r--r-- | checks/stylua/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/stylua/package.nix b/checks/stylua/package.nix index 57b439b..20cb876 100644 --- a/checks/stylua/package.nix +++ b/checks/stylua/package.nix @@ -4,7 +4,7 @@ root, stylua, }: -runCommand "check-stylua" {} '' +runCommand "check-stylua" { } '' ${lib.getExe stylua} --check ${root} touch $out '' |
