summaryrefslogtreecommitdiff
path: root/checks/biome-fmt
diff options
context:
space:
mode:
Diffstat (limited to 'checks/biome-fmt')
-rw-r--r--checks/biome-fmt/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/biome-fmt/package.nix b/checks/biome-fmt/package.nix
index 11d967c..3c6cbc9 100644
--- a/checks/biome-fmt/package.nix
+++ b/checks/biome-fmt/package.nix
@@ -4,7 +4,7 @@
root,
biome,
}:
-runCommand "check-biome-fmt" {} ''
+runCommand "check-biome-fmt" { } ''
${lib.getExe biome} format ${root}/**/*
touch $out
''