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