summaryrefslogtreecommitdiff
path: root/checks/stylua/package.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-06-30 09:45:04 -0400
committerGitHub <[email protected]>2024-06-30 09:45:04 -0400
commitf0e8a00b8af9cfb553bfd7f90d63899158db6df8 (patch)
treebfd03c9e363b68117d1deef9f59cfc575dafb4cf /checks/stylua/package.nix
parent509221abec375464985cb45eaf4636e361c13b41 (diff)
style: alejandra -> nixfmt-rfc-style (#4)
Diffstat (limited to 'checks/stylua/package.nix')
-rw-r--r--checks/stylua/package.nix2
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
''